Changeset 181 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/CharOutLineSplitter.asm
- Timestamp:
- Nov 13, 2011, 3:38:40 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/CharOutLineSplitter.asm
r104 r181 104 104 ;-------------------------------------------------------------------- 105 105 .GetOffsetToPartialWordToSIandSizeToCX: 106 xor cx, cx106 mov cx, di 107 107 mov si, di 108 108 ALIGN JUMP_ALIGN … … 111 111 dec si 112 112 cmp BYTE [es:si], ' ' 113 je SHORT .PartialWordFound 114 inc cx 115 jmp SHORT .ScanNextCharacter 116 ALIGN JUMP_ALIGN 117 .PartialWordFound: 113 jne SHORT .ScanNextCharacter 118 114 inc si 119 115 inc si ; SI now points one past space 120 s hl cx, 1 ; Characters to bytes116 sub cx, si 121 117 ; Fall to .ChangeLine 122 118
Note:
See TracChangeset
for help on using the changeset viewer.