Changeset 88 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int18h.asm
- Timestamp:
- Jan 27, 2011, 8:14:13 AM (14 years ago)
- google:author:
- aitotat
- 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 6 2 ; Description : Int 18h BIOS functions (ROM boot and Boot error). 7 3 … … 24 20 Int18h_BootError: 25 21 mov si, g_sz18hCallback 26 call Print String_FromCS ; No need to clean stack22 call PrintNullTerminatedStringFromCSSIandSetCF 27 23 jmp Int19hMenu_Display ; Return to boot menu
Note:
See TracChangeset
for help on using the changeset viewer.