We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
;
jmp start
;data
;code start: nop LXI H,0000H MVI A,00H MVI C,09H LABEL:nop MVI B,FFH L1: MVI D,FFH L2: DCR D JNZ L2 DCR B JNZ L1 ADI 01H MOV M,A INX H MOV A,L DCR C JNZ LABEL HLT
The text was updated successfully, but these errors were encountered:
No branches or pull requests
;
jmp start
;data
;code
start: nop
LXI H,0000H
MVI A,00H
MVI C,09H
LABEL:nop
MVI B,FFH
L1: MVI D,FFH
L2: DCR D
JNZ L2
DCR B
JNZ L1
ADI 01H
MOV M,A
INX H
MOV A,L
DCR C
JNZ LABEL
HLT
The text was updated successfully, but these errors were encountered: