Files
x86-bare-metal-examples/bios_carriage_return.S
2018-12-04 09:46:27 +00:00

9 lines
166 B
ArmAsm

/* https://github.com/cirosantilli/x86-bare-metal-examples#bios-examples */
#include "common.h"
BEGIN
PRINT_STRING $msg
hlt
msg:
.asciz "hello\n\rworld"