Changeset 88 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int18h.asm


Ignore:
Timestamp:
Jan 27, 2011, 8:14:13 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Now uses new libraries (untested)
  • Non-working since code size is too large
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Handlers/Int18h.asm

    r3 r88  
    1 ; File name     :   Int18h.asm
    2 ; Project name  :   IDE BIOS
    3 ; Created date  :   6.1.2010
    4 ; Last update   :   25.3.2010
    5 ; Author        :   Tomi Tilli
     1; Project name  :   XTIDE Universal BIOS
    62; Description   :   Int 18h BIOS functions (ROM boot and Boot error).
    73
     
    2420Int18h_BootError:
    2521    mov     si, g_sz18hCallback
    26     call    PrintString_FromCS      ; No need to clean stack
     22    call    PrintNullTerminatedStringFromCSSIandSetCF
    2723    jmp     Int19hMenu_Display      ; Return to boot menu
Note: See TracChangeset for help on using the changeset viewer.