Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 769 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 769 Bytes

Mirror of the ACME crossassembler repository

Build Status

The ACME crossassembler is developed using a subversion repository. This repository is a mirror maintained for my own purposes.

It is used to cross compile for example for the Commodore 64. You'll need it if you want to build the GoDot project.

Compilation

Just type make or gmake (on BSD) from the src directory. The Makefile expects gcc to be the GNU CC compiler.

It will produce a binary file acme within the src folder which you can copy to a location of your choice.