Changeset 86 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectPrint.asm
- Timestamp:
- Jan 25, 2011, 9:13:56 PM (14 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectPrint.asm
r3 r86 1 ; File name : DetectPrint.asm2 1 ; Project name : IDE BIOS 3 ; Created date : 28.3.20104 ; Last update : 9.4.20105 ; Author : Tomi Tilli6 2 ; Description : Functions for printing drive detection strings. 7 3 … … 25 21 ePUSH_T ax, ROMVARS.szTitle 26 22 mov si, g_szRomAt 27 mov dh, 4 ; 4 bytes pushed to stack 28 jmp PrintString_JumpToFormat 23 jmp SHORT DetectPrint_4BytesPushedToStack 29 24 30 25 … … 67 62 push ax 68 63 mov si, g_szDetect 64 DetectPrint_4BytesPushedToStack: 69 65 mov dh, 4 ; 4 bytes pushed to stack 70 66 jmp PrintString_JumpToFormat
Note:
See TracChangeset
for help on using the changeset viewer.