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.
8 lines
95 B
ArmAsm
8 lines
95 B
ArmAsm
#include "common.h"
|
|
BEGIN
|
|
start:
|
|
mov $0x00, %ah
|
|
int $0x16
|
|
PUTC <%al>
|
|
jmp start
|