Changeset 78 in xtideuniversalbios for trunk/Configurator/Src/Libraries/prntbios.asm
- Timestamp:
- Jan 5, 2011, 7:36:41 PM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Configurator/Src/Libraries/prntbios.asm
r2 r78 98 98 cmp al, STOP ; End of string? 99 99 je .Return ; If so, return 100 mov ah, FN_BIOS_WR_CHAR_TEL ; Some BIOSes corrupt AHwhen returning100 mov ah, FN_BIOS_WR_CHAR_TEL ; Some BIOSes corrupts AX when returning 101 101 int 10h 102 102 inc dx ; Increment chars printed
Note:
See TracChangeset
for help on using the changeset viewer.