Changeset 120 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization/Interrupts.asm
- Timestamp:
- Feb 28, 2011, 4:41:41 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/Interrupts.asm
r97 r120 142 142 ;-------------------------------------------------------------------- 143 143 Interrupts_InstallHandlerToVectorInBXFromCSSI: 144 eSHL_IM bx, 2 ; Shift for DWORD offset 144 shl bx, 1 145 shl bx, 1 ; Shift for DWORD offset 145 146 mov [es:bx], si ; Store offset 146 147 mov [es:bx+2], cs ; Store segment
Note:
See TracChangeset
for help on using the changeset viewer.