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
- Host: GitHub
- URL: https://github.com/georgjz/wyvern-assembler
- Owner: georgjz
- License: mit
- Created: 2018-10-12T21:14:25.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T19:23:48.000Z (over 2 years ago)
- Last Synced: 2025-01-18T08:24:45.974Z (5 months ago)
- Topics: 6502-assembly, 68k-assembly, assembler, assembly, z80-assembler
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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