// vim: et:sw=12:ts=12:sts=12 .code16 .global _start .text _start: xor %bx, %bx mov $0x0E, %ah mov $'A', %al int $0x10 1: hlt jmp 1b