No description
  • C 76.3%
  • Assembly 23.4%
  • Makefile 0.3%
Find a file
2026-06-17 20:07:36 +01:00
.gitignore Cleaned up files 2026-06-17 20:03:38 +01:00
a68.c Updated docs. 2026-06-08 23:53:03 +01:00
A68.DOC Updated docs. 2026-06-08 23:53:03 +01:00
a68.h Finalised changes and commented. 2026-06-08 23:29:53 +01:00
a68eval.c Added files 2026-06-07 11:31:00 +01:00
a68util.c Cleaned up files 2026-06-17 20:03:38 +01:00
byte.asm Added files 2026-06-07 11:31:00 +01:00
Makefile Cleaned up files 2026-06-17 20:03:38 +01:00
not.asm Added files 2026-06-07 11:31:00 +01:00
README.md Added readme.md 2026-06-17 20:07:36 +01:00
readme.txt Cleaned up files 2026-06-17 20:03:38 +01:00
swtb2.asm Added files 2026-06-07 11:31:00 +01:00
TEST68.ASM Added files 2026-06-07 11:31:00 +01:00
testfill.asm Got FILL pseudo command working. 2026-06-07 18:48:45 +01:00

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