Changeset 540 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization
- Timestamp:
- Apr 13, 2013, 3:40:27 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/Interrupts.asm
r530 r540 119 119 test al, al 120 120 jz SHORT .Return ; IRQ not used 121 %ifdef USE_AT 121 122 cmp al, 8 122 123 jb SHORT .InstallLowIrqHandler … … 137 138 mov si, IdeIrq_InterruptServiceRoutineForIrqs8to15 138 139 jmp SHORT Interrupts_InstallHandlerToVectorInALFromCSSI 140 %endif ; USE_AT 139 141 140 142 ;--------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.