Changeset 119 in xtideuniversalbios for trunk/Assembly_Library/Src
- Timestamp:
- Feb 28, 2011, 4:29:11 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Time/TimerTicks.asm
r106 r119 69 69 mov [bx], ax ; Store timeout ticks 70 70 call TimerTicks_ReadFromBdaToAX 71 add [bx], ax ; Add latest time to timeout ticks71 add [bx], ax ; [bx] now contains end time for timeout 72 72 ret 73 73
Note:
See TracChangeset
for help on using the changeset viewer.