org 100h
mov al, 1
mov bh, 0
mov bl, 1110_1011b
mov cx, msg1end - offset msg1 ; calculate message size.
mov dl, 30
mov dh, 24
push cs
pop es
mov bp, offset msg1
mov ah, 13h
int 10h
jmp msg1end
msg1 db " anita jolie "
msg1end:
Tidak ada komentar:
Posting Komentar