Changeset 370 in xtideuniversalbios for trunk/Assembly_Library/Src/Time
- Timestamp:
- Mar 29, 2012, 4:40:50 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Time/TimerTicks.asm
r131 r370 24 24 ;-------------------------------------------------------------------- 25 25 %ifndef EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 26 %ifndef EXCLUDE_FROM_XTIDECFG 26 27 ALIGN JUMP_ALIGN 27 28 TimerTicks_GetHoursToAXfromTicksInDXAX: … … 29 30 div cx ; Divide DX:AX by CX, Hours to AX, remainder ticks to DX 30 31 ret 32 %endif ; EXCLUDE_FROM_XTIDECFG 31 33 32 34 ALIGN JUMP_ALIGN … … 37 39 div cx ; Divide DX:AX by CX, Minutes to AX, remainder ticks to DX 38 40 ret 39 %endif 41 %endif ; EXCLUDE_FROM_XTIDE_UNIVERSAL_BIOS 40 42 41 43 ALIGN JUMP_ALIGN
Note:
See TracChangeset
for help on using the changeset viewer.