This includes both separate .md files, and documentation that was on the head of the .S source files. Retest everything as this was done, and fix a few easy things.
9 lines
129 B
ArmAsm
9 lines
129 B
ArmAsm
#include "common.h"
|
|
BEGIN
|
|
CLEAR
|
|
PROTECTED_MODE
|
|
VGA_PRINT_STRING $message
|
|
jmp .
|
|
message:
|
|
.asciz "hello world"
|