MVI A 00h
MVI C 04h
MVI B 17h
LOOP: ADC B
DAA
DCR C
JNZ LOOP
STA 2000h
HLT
Please kindly create a 2000h address in user grid table so that result will be store in 2000h address
MVI C 04h
MVI B 17h
LOOP: ADC B
DAA
DCR C
JNZ LOOP
STA 2000h
HLT
Please kindly create a 2000h address in user grid table so that result will be store in 2000h address
No comments:
Post a Comment