Changeset 133 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Dialog
- Timestamp:
- Mar 12, 2011, 1:48:48 PM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/Dialog/ItemLineSplitter.asm
r52 r133 1 ; File name : ItemLineSplitter.asm2 1 ; Project name : Assembly Library 3 ; Created date : 12.10.20104 ; Last update : 12.10.20105 ; Author : Tomi Tilli6 2 ; Description : Functions for splitting strings to item lines. 7 3 … … 130 126 131 127 inc bx ; Increment line 132 xor cx, cx ; Zero character counter 128 xor cx, cx ; Zero character counter (and clear CF) 133 129 mov si, di ; Start from complete word 134 130 mov [bp+ITEM_LINE_SPLITTER.wStartOfLine], di 135 clc136 131 ret 137 132
Note:
See TracChangeset
for help on using the changeset viewer.