Changeset 583 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/MenuLocation.asm
- Timestamp:
- Apr 23, 2015, 4:28:47 PM (10 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/MenuLocation.asm
r526 r583 133 133 ALIGN MENU_JUMP_ALIGN 134 134 MenuLocation_GetMaxTextLineLengthToAX: 135 eMOVZX ax, [bp+MENUINIT.bWidth]136 sub ax, BYTE MENU_HORIZONTAL_BORDER_LINES + MENU_TEXT_COLUMN_OFFSET135 mov ax, -(MENU_HORIZONTAL_BORDER_LINES + MENU_TEXT_COLUMN_OFFSET) & 0FFh 136 add al, [bp+MENUINIT.bWidth] 137 137 ret
Note:
See TracChangeset
for help on using the changeset viewer.