Changeset 581 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu
- Timestamp:
- Feb 25, 2015, 12:54:50 PM (10 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/MenuLoop.asm
r527 r581 202 202 ALIGN MENU_JUMP_ALIGN 203 203 .DecrementSelectedItem: 204 mov a x, -1205 SKIP2B cx ; mov cx, <next instruction>204 mov al, -1 205 SKIP2B cx 206 206 .IncrementSelectedItem: 207 mov al, 1 ; AH is already 0 207 mov al, 1 208 cbw 208 209 ALIGN MENU_JUMP_ALIGN 209 210 .MoveHighlightedItemByAX:
Note:
See TracChangeset
for help on using the changeset viewer.