Skip to content
New issue

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

Infinite loop error #52

Open
RajAgrahari opened this issue Oct 17, 2022 · 0 comments
Open

Infinite loop error #52

RajAgrahari opened this issue Oct 17, 2022 · 0 comments

Comments

@RajAgrahari
Copy link

;

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant