test_vga_print_bytes.S 198 B

12345678910
  1. /* TODO implement the function and enable this test. */
  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