Changeset 42 in xtideuniversalbios for trunk/Assembly_Library/Src/Time
- Timestamp:
- Sep 18, 2010, 6:04:31 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Time/Delay.asm
r41 r42 76 76 push dx 77 77 78 sti ; Make sure that interrupts are enabled 78 79 xchg dx, ax 79 80 call TimerTicks_ReadFromBdaToAX 80 81 add dx, ax ; DX = end time 81 sti ; Make sure that interrupts are enabled82 82 .WaitLoop: 83 83 call TimerTicks_ReadFromBdaToAX
Note:
See TracChangeset
for help on using the changeset viewer.