Changeset 150 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/Common/HTimer.asm
- Timestamp:
- Apr 29, 2011, 7:04:13 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/Common/HTimer.asm
r148 r150 6 6 7 7 ;-------------------------------------------------------------------- 8 ; HTimer_InitializeTimeoutWithTicksInC L8 ; HTimer_InitializeTimeoutWithTicksInCX 9 9 ; Parameters: 10 ; C L: Timeout value in system timer ticks10 ; CX: Timeout value in system timer ticks 11 11 ; DS: Segment to RAMVARS 12 12 ; Returns: … … 16 16 ;-------------------------------------------------------------------- 17 17 ALIGN JUMP_ALIGN 18 HTimer_InitializeTimeoutWithTicksInCL: 19 xor ch, ch ; Timeout ticks now in CX 18 HTimer_InitializeTimeoutWithTicksInCX: 20 19 mov [RAMVARS.wTimeoutCounter], cx ; Store timeout ticks 21 20 call ReadTimeFromBdaToCX … … 55 54 HTimer_DelayMicrosecondsFromAX: 56 55 %ifndef USE_AT 57 mov ax, 156 mov ax, 2 58 57 ; Fall to Delay_TimerTicksFromAX 59 58 %else
Note:
See TracChangeset
for help on using the changeset viewer.