segala bidang
Text
Sunday, 3 June 2012
mencetak huruf TASM
.model small
.code
org 100h
mulai :
mov ah, 2h
mov dl, 'A'
mov cx, 10
ulang :
int 21h
loop ulang
mov ah, 2h
mov dl, 'B'
mov cx, 10
lagi :
int 21h
loop lagi
int 20h
end mulai
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment