Changeset 589 in xtideuniversalbios for trunk/BIOS_Drive_Information_Tool/Src/Print.asm
- Timestamp:
- May 22, 2016, 12:26:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BIOS_Drive_Information_Tool/Src/Print.asm
r567 r589 42 42 ; Parameters: 43 43 ; AL: Character to output 44 ; DS: BDA segment (zero) 45 ; ES:DI: Ptr to video memory where to output 46 ; Returns: 47 ; DI: Incremented for next character 44 ; Returns: 45 ; Nothing 48 46 ; Corrupts registers: 49 47 ; AX, DX … … 51 49 DosCharOut: 52 50 xchg dx, ax 53 mov ah, 02h ; DOS 1+ - WRITE CHARACTER TO STANDARDOUTPUT54 int 21h ; Call DOS51 mov ah, WRITE_CHARACTER_TO_STANDARD_OUTPUT 52 int DOS_INTERRUPT_21h 55 53 ret 56 54
Note:
See TracChangeset
for help on using the changeset viewer.