Changeset 277 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization
- Timestamp:
- Feb 28, 2012, 2:45:48 PM (13 years ago)
- google:author:
- gregli@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectPrint.asm
r262 r277 57 57 ; on the same 256 byte page, which is checked in strings.asm. 58 58 59 %ifdef MODULE_SERIAL 59 60 cmp dh, DEVICE_SERIAL_PORT ; Check if this is a serial device 60 61 … … 95 96 96 97 .pushAndPrintSerial: 97 mov si, g_szDetectOuterSerial ; Finally load SI with wrapper string "Serial %s on %s: " 98 mov si, g_szDetectOuterSerial ; Finally load SI with wrapper string "Serial %s on %s: " 98 99 99 100 .pushAndPrint: 101 %endif 102 100 103 push cx ; Push print string 101 104 push ax ; Push high order digits, or port address, or N/A
Note:
See TracChangeset
for help on using the changeset viewer.