An open API service indexing awesome lists of open source software.

https://github.com/georgjz/wyvern-assembler

A multi-pass assembler with linker
https://github.com/georgjz/wyvern-assembler

6502-assembly 68k-assembly assembler assembly z80-assembler

Last synced: 3 months ago
JSON representation

A multi-pass assembler with linker

Awesome Lists containing this project

README

        

# Wyvern Assembler

This repository is WIP. The goal is to write an assembler for targeting machines that run on the [6502][1], [Z80][2], and [68k][3] processor families.

The motivation and development diary are documented on [my blog](https://georgjz.github.io/wyvern-01/).

If you wish to learn more about Wyvern's architecture, check the `doc` directory. I use [Obsidian](https://obsidian.md) to document my progress there. You can read those files with a normal text editor as well.

[1]: https://en.wikipedia.org/wiki/MOS_Technology_6502
[2]: https://en.wikipedia.org/wiki/Zilog_Z80
[3]: https://en.wikipedia.org/wiki/Motorola_68000