Kroc / v80

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

CP/M support drive-letters for file-names #9

Open Kroc opened 3 months ago

Kroc commented 3 months ago

E.g. V80.COM A:SOURCE.V80 B:OUTPUT.COM.

This will not be added to v0 due to the WLA-DX / PC-based v0 is intended to only ever run in a CP/M simulator like NTVCM or RunCPM and be used in build scripts where drive letters are irrelevant.