-
Immediate move values 1, 2, 3, 4, 5, 6 and 7 to registers A, B, C, D, E, H and L respectively
-
Store accumulator's value to address 607H
-
Store B in next address, C in the next one, and so on with D and E.
-
Store HL pointer to address 60FH and following
-
Exchange registers H and with D and E. Store accumulator's value to the new address pointed by HL
-
Restore pointer in address 60FH and store C to the new pointed address
-
Store accumulator's value to pointed address in BC, immediate move 44H to A and store A to pointed address in DE
Add the first 5 natural numbers stored in memory starting at 0071. Store the result and stop the execution.