Hi,
A friend of mine was given 8080 assembly code as part of a puzzle he's trying to solve. This is the code:
3E 02
4F
C6 04
47
11 41 01
21 69 00
19
76
He needs the values of B, DE, C and HL
Can anyone solve this or point me in the right direction on how to run this?
Thx!
Update
Spoiler: The solution seems to be: C = 02, B = 06, D = 01, E = 41, H = 01, L = AA