No description
- C 76.3%
- Assembly 23.4%
- Makefile 0.3%
| .gitignore | ||
| a68.c | ||
| A68.DOC | ||
| a68.h | ||
| a68eval.c | ||
| a68util.c | ||
| byte.asm | ||
| Makefile | ||
| not.asm | ||
| README.md | ||
| readme.txt | ||
| swtb2.asm | ||
| TEST68.ASM | ||
| testfill.asm | ||
a68 assembler
This is my fork of the a68 assembler a pretty nice assembler for the Motorola 6800 CPU.
This is a simple fork which adds a FILL pseudo command to add a specified byte a specified number of times into an assembly output.
Build
You will need GCC to build this, run:
make
To clean:
make clean