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

7 lines
89 B
ArmAsm
Raw Normal View History

2015-09-18 11:35:08 +02:00
#include "common.h"
BEGIN
PRINT_STRING $msg
2015-09-18 11:35:08 +02:00
hlt
msg:
.asciz "hello\n\rworld"