print_vga.asm

Utility code for printing early initialisation debug messages using VGA hardware

Author

Marcel Sondaar

License

Public Domain

Summary
print_vga.asmUtility code for printing early initialisation debug messages using VGA hardware
Functions
ClearScreenClears the screen
PrintLineprints a line to the display

Functions

ClearScreen

Clears the screen

in

none

out

none

destroyed

EAX ECX EDI

PrintLine

prints a line to the display

in

ESIpointer to null-terminated string
EDXline number out: none

destroyed

EDX ESI