mov r0,#30h
basla:
mov @r0,#0aah
inc r0
cjne r0,#41h,basla
mov r1,#50h
hucre:
mov @r1,#0bbh
inc r1
cjne r1,#61h,hucre
mov psw,#08h
mov r0,#30h
mov r1,#50h
don:
mov a,@r0
mov b,@r1
mov @r1,a
mov @r0,b
inc r0
inc r1
cjne r0,#41h,don
end
Kodunu yazdığımda 30h ile 40h...