Kroc / v80

A minimal Z80 assembler, running on Z80. Useful for bootstrapping bigger projects.
MIT License
23 stars 2 forks source link

Option to not use Z80 shadow registers / undocumented Z80 instructions / all non-8080 instructions #10

Open Kroc opened 2 weeks ago

Kroc commented 2 weeks ago

Some CP/M systems, and particularly Zeal 8-bit OS, use the shadow registers so we cannot guarantee their safe use. This is not the same as 8080-support, as that would also require not using the IX/IY registers and whatever else the Z80 added.

This will not provided for the v0.x branch as the WLA-DX version of v80 is only ever intended to run on NTVCM / RunCPM.