Changeset 133 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/MenuTime.asm
- 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/MenuTime.asm
r105 r133 97 97 xchg dx, ax 98 98 call TimerTicks_GetSecondsToAXfromTicksInDX 99 jmp SHORT .PopRegistersAndReturn99 SKIP2B f ; cmp ax, <next instruction> 100 100 .TimeoutHasOccurredSoMakeSureTicksAreNotBelowZero: 101 101 xor ax, ax 102 .PopRegistersAndReturn: 102 103 103 pop bx 104 104 pop cx
Note:
See TracChangeset
for help on using the changeset viewer.