A cross-assembler for the 6502, 65C02 and 65816 that accepts the syntax of Glen Bredon's MERLIN assembler for the Apple II.
Four modules, so that nothing is carried for nothing.
| Module | Depends on | |
|---|---|---|
merle65 | nothing | The assembler, disassembler, formatter and linker. |
merle65_lsp | zf | The language server. |
merle65_usr | zig65 | A 6502 for the USR directive. |
merle65_cli | the three above | The command-line program. Not something to embed. |