vasanth kumar
Junior Member level 1
- Joined
- Jul 27, 2012
- Messages
- 18
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Coimbatore
- Activity points
- 1,406
when I was trying to find answer for the following question, I got the answer 1022. please help me with your answers also.
find how many times the two JNZ are executed?
LXI H, 0503h
DCR L. : LOOP
JNZ LOOP
DCR H
JNZ LOOP
HLT
:roll:
find how many times the two JNZ are executed?
LXI H, 0503h
DCR L. : LOOP
JNZ LOOP
DCR H
JNZ LOOP
HLT
:roll: