print_lfb.asm

Utility code for printing early initialisation debug messages using the LFB

Author

Marcel Sondaar

License

Public Domain

Summary
print_lfb.asmUtility code for printing early initialisation debug messages using the LFB
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