summaryrefslogtreecommitdiff
path: root/ddtz.z80
Commit message (Collapse)AuthorAge
* Rename ddtz to ddt180v0.1Leo C2016-08-04
|
* Edit, opt '(' and ')' outputLeo C2016-08-04
|
* Edit, remove 'jr $+0', rmove 2x 'jp (hl)'Leo C2016-08-03
|
* Add Z180 instructionsLeo C2016-08-03
|
* Bugfix: remove invalid opcode from disassembler (L command).Leo C2016-08-02
| | | | | DD or FD prefix, followed by 76 was interpreted as a valid 3 byte instruction, and displayed as 'HALT'. Didnt work, certainly.
* Change relocation loaderLeo C2016-08-02
| | | | The new relocater works whith PRL file, generated by Link-80.
* Initial commitLeo C2016-08-02