Changeset 181 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/Dialog/ItemLineSplitter.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/Dialog/ItemLineSplitter.asm
r133 r181 115 115 ALIGN JUMP_ALIGN 116 116 .CheckLineLength: 117 cmp cx, [bp+ITEM_LINE_SPLITTER.wMaxTextLineLength] 118 ja SHORT .ChangeToNextLine 119 clc 120 ret 117 cmp [bp+ITEM_LINE_SPLITTER.wMaxTextLineLength], cx 118 jb SHORT .ChangeToNextLine 119 ret ; With CF cleared 121 120 122 121 ALIGN JUMP_ALIGN
Note:
See TracChangeset
for help on using the changeset viewer.