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

11 lines
216 B
ArmAsm
Raw Permalink Normal View History

/* https://github.com/cirosantilli/x86-bare-metal-examples#unit-tests */
2018-12-04 09:46:27 +00:00
2015-10-28 18:36:31 +01:00
#include "common.h"
BEGIN
CLEAR
PROTECTED_MODE
/* VGA_BYTES $s, $s_len */
hlt
s: .ascii "@ABCDEFGHIJKLMNOP"
.equ s_len, . - s