Changeset 87 in xtideuniversalbios
- Timestamp:
- Jan 27, 2011, 3:53:37 AM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Boot/BootPrint.asm
r3 r87 1 ; File name : BootPrint.asm2 1 ; Project name : IDE BIOS 3 ; Created date : 19.3.20104 ; Last update : 1.4.20105 ; Author : Tomi Tilli6 2 ; Description : Functions for printing boot related strings. 7 3 … … 65 61 66 62 ePUSH_T ax, g_szFound 67 ePUSH_T ax, g_szBootSector 68 mov si, g_szSectRead 69 mov dh, 4 ; 4 bytes pushed to stack 70 jmp PrintString_JumpToFormat 63 jmp SHORT BootPrint_MsgCodeShared 71 64 72 65 … … 85 78 BootPrint_FirstSectorNotBootable: 86 79 ePUSH_T ax, g_szNotFound 80 BootPrint_MsgCodeShared: 87 81 ePUSH_T ax, g_szBootSector 88 82 mov si, g_szSectRead
Note:
See TracChangeset
for help on using the changeset viewer.