Files
x86-bare-metal-examples/bios_disk_load2.S

11 lines
111 B
ArmAsm
Raw Normal View History

2015-10-06 12:27:24 +02:00
#include "common.h"
BEGIN
CLEAR
STAGE2
PUTC $'a
2015-10-06 12:27:24 +02:00
jmp sector3
.org 512
sector3:
PUTC $'b
2015-10-06 12:27:24 +02:00
hlt