mov cx, 0x10 mov ah, 0x0A mov al, 0x74 int 0x10 hang: jmp hang times 510-($-$$) db 0 db 0x55 db 0xAA