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
109 B
ArmAsm
9 lines
109 B
ArmAsm
#include "common.h"
|
|
BEGIN
|
|
CLEAR
|
|
movw $handler, 0x00
|
|
mov %cs, 0x02
|
|
int $0
|
|
handler:
|
|
int $0
|