bits 16 org 0x7c00 ; main code init: mov al, 0x41 ; 'A'? mov ah, 0x0e ; function: display char (tty?) int 0x10 ; video display interrupt ; hang around hang: jmp hang ; filler times 510-($-$$) db 0 ; the boot signature db 0x55,0xAA