About: mes db "Hi, i'm hecker !", 10, 0 mov bx, mes print: mov ah, 0x0e mov al, byte [bx] int 0x10 inc bx cmp al, 0 je exit jne print exit: hlt times 510-($-$$) db 0 db 0x55, 0xaa
No articles found.