Skip to content
/ ace-1 Public
forked from alexalkis/ace

Ace, basic compiler for amiga. Make it a cross-compiler for linux host.

Notifications You must be signed in to change notification settings

b0nefish/ace-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACE Basic Compiler for the Amiga

This is a cross-compiler that runs on Linux.

git clone https://github.com/alexalkis/ace
cd ace
mkdir build
cd build
cmake ..
make
export ACE_Basic="/where/ever/you/cloned/it/ace"

That last export you might consider appending it to your ~/.bashrc if you find yourself using this cross-compiler.

Copy ace and acecc (in acecc dir) somewhere in your path.

You will need vasm & vlink.

If you have a foo.b try

acecc foo.b

and you should be left with an amiga executable called foo

Have fun.

About

Ace, basic compiler for amiga. Make it a cross-compiler for linux host.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.4%
  • Other 0.6%