ZXS: Make relative jumps return absolute addresses
authorLucian Mogosanu <lucian.mogosanu@gmail.com>
Tue, 23 Dec 2014 20:55:37 +0000 (22:55 +0200)
committerLucian Mogosanu <lucian.mogosanu@gmail.com>
Tue, 23 Dec 2014 20:56:32 +0000 (22:56 +0200)
commitf5712325839d94c9f43220167441cf403e916f34
tree42b83d8a2c0839bdd0394575119ec9926f0b2207
parent47c94a8787cc208c06ec36dfb5912575fdce5a25
ZXS: Make relative jumps return absolute addresses

For the sake of complying to the dZ80 diassembly format, but this should
also simplify some of the execution logic.
src/Z80/ISA.hs
src/ZXS/Decode.hs