https://github.com/sehugg/zmac
zmac z80 assembler
https://github.com/sehugg/zmac
Last synced: 12 months ago
JSON representation
zmac z80 assembler
- Host: GitHub
- URL: https://github.com/sehugg/zmac
- Owner: sehugg
- Created: 2019-06-15T13:56:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T01:09:45.000Z (almost 6 years ago)
- Last Synced: 2025-03-05T04:17:38.735Z (over 1 year ago)
- Language: Yacc
- Size: 85 KB
- Stars: 12
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-8bitgamedev - zmac - Macro cross-assembler for the Zilog Z80 microprocessor, sometimes used for Astrocade development. (Development Tools / Assemblers)
README
# zmac
zmac -- macro cross-assembler for the Zilog Z80 microprocessor
Bruce Norskog 4/78
This assembler is modeled after the Intel 8080 macro cross-assembler
for the Intel 8080 by Ken Borgendale. The major features are:
1. Full macro capabilities
2. Conditional assembly
3. A very flexible set of listing options and pseudo-ops
4. Symbol table output
5. Error report
6. Elimination of sequential searching
7. Commenting of source
8. Facilities for system definiton files