Changeset 123 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization


Ignore:
Timestamp:
Feb 28, 2011, 10:27:46 PM (13 years ago)
Author:
krille_n_@…
google:author:
krille_n_@hotmail.com
Message:

Fixed a couple of mistakes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/Interrupts.asm

    r120 r123  
    142142;--------------------------------------------------------------------
    143143Interrupts_InstallHandlerToVectorInBXFromCSSI:
    144     shl     bx, 1
    145     shl     bx, 1                   ; Shift for DWORD offset
     144    eSHL_IM bx, 2                   ; Shift for DWORD offset
    146145    mov     [es:bx], si             ; Store offset
    147146    mov     [es:bx+2], cs           ; Store segment
Note: See TracChangeset for help on using the changeset viewer.