Aiman Mazlan

Results 2 issues of Aiman Mazlan

Consider this simple example: ``` MVI H,10D MVI A,0FH LXI B,2500H LOOP: STAX B INX B DCR H JNZ LOOP ```` After a complete pass through **LOOP**, **register B** should...