bios_newline.S 87 B

1234567
  1. #include "common.h"
  2. BEGIN
  3. PRINT_STRING $msg
  4. hlt
  5. msg:
  6. .asciz "hello\nworld"