test_vga_print_bytes.S 206 B

1234567891011
  1. /* https://github.com/cirosantilli/x86-bare-metal-examples# */
  2. #include "common.h"
  3. BEGIN
  4. CLEAR
  5. PROTECTED_MODE
  6. /* VGA_BYTES $s, $s_len */
  7. hlt
  8. s: .ascii "@ABCDEFGHIJKLMNOP"
  9. .equ s_len, . - s