Changeset 162 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization
- Timestamp:
- May 28, 2011, 7:34:42 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/Interrupts.asm
r152 r162 97 97 cmp bl, 8 98 98 jb SHORT .InstallLowIrqHandler 99 ; Fall t hrough to .InstallHighIrqHandler99 ; Fall to .InstallHighIrqHandler 100 100 101 101 ;-------------------------------------------------------------------- … … 164 164 cmp al, 8 165 165 jb SHORT .UnmaskLowIrqController 166 ; Fall t hrough to .UnmaskHighIrqController166 ; Fall to .UnmaskHighIrqController 167 167 168 168 ;--------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.