GASMIC

Greg’s retargettable assembler written in pure C.

Build Status

Currently targetting

View the manual here

Requirements

Build

Build by running mkdir build && cd build && cmake .. && make

Retargetting

This assembler can be retargetted by adding a new folder within src/targets/ the name of your architecture. You will need to create two files within this folder:

Refer to the default 6x09 target folder for more direction.