rzumer / dez80

A Z80 instruction decoding and (dis)assembly library.
MIT License
4 stars 1 forks source link

Consider renaming the MemoryRelative operand type #6

Closed rzumer closed 4 years ago

rzumer commented 4 years ago

Unlike the other "Memory"-prefixed operands, it does not imply immediate access to the memory. It is used for relative jumps, so only the program counter is evaluated and modified. For CPU implementations this can be confusing.

rzumer commented 4 years ago

Closed by https://github.com/rzumer/dez80/commit/3a05fc7e6b9a75f793cca73b87f7d2eefc820860.