CPU 8086 mov cx, 0x100 a: mov ah, 0x07 int 0x80 test al, al loopnz a b: ret