System32 Function 05 (05h) - Send hex-number to standard output device.

Description
A real usefull and easy service to print hex-values. Currently only the textmode-screen can be used as a standard output device, but the mechanism to support other oututdevices is already implemented. Therefor it is recommended to use this service instead of poking to the 0xb8000 area yourself.
Input

AL

05h

AH

Digits to print, (1 prints BL, 2 prints BX, 4 prints EBX)

(E)BX

Value to print
Output

None

Always successful
Errorcodes

None

Always successfu
Notes
None
Development Status
Complete

Back