Ignore:
Timestamp:
Mar 19, 2011, 8:09:41 PM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • INT 13h optimizations to save almost 100 bytes.
File:
1 edited

Legend:

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

    r123 r148  
    3434    mov     [RAMVARS.fpOldI13h+2], dx           ; Store old INT 13h segment
    3535    mov     bx, INTV_DISK_FUNC                  ; INT 13h interrupt vector offset
    36     mov     si, Int13h_DiskFunctions            ; Interrupt handler offset
     36    mov     si, Int13h_DiskFunctionsHandler     ; Interrupt handler offset
    3737    call    Interrupts_InstallHandlerToVectorInBXFromCSSI
    3838
Note: See TracChangeset for help on using the changeset viewer.