Friday, July 2, 2010

# 2

jmp start
mess db 0ah,0dh,'Goriona$'
mess2 db 0ah,0dh,' B.$'
mess3 db 0ah,0dh,'Princess$'
start:

mov ah,09h
lea dx,mess
int 21h
lea dx,mess1
int 21h
lea dx,mess2
int 21h
int 20h

No comments:

Post a Comment