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
119 B
ArmAsm
8 lines
119 B
ArmAsm
#include "common.h"
|
|
BEGIN
|
|
CLEAR
|
|
PRINT_BYTES $s, $s_len
|
|
hlt
|
|
s: .ascii "@ABCDEFGHIJKLMNOP"
|
|
.equ s_len, . - s
|