Domanda

I want to debug my program, but I need to know the value of the flags register, but im stuck figuring out the instructions to do so. For z80 processor.

[My only guess is to use jp *, nn and then set bits in register A depending on the jumps to test the conditions, but surely theres a much simpler way but i just can't see it]

È stato utile?

Soluzione

You can push AF and then pop it to any of: BC, DE or HL, from where you can extract the flags state.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top