Luxor ABC80

Quick start

zcc +abc80 -lm -o adventure -create-app adv_a.c

This command will build two files: “adventure.bas” and “adventure.bac”, choose the one suitable for your emulator.

Advanced options

zcc +abc80 -zorg=50000 -create-app program.c

The -zorg oprion permits to specify the location of the compiled program. The BASIC loader will put it into the new position

Graphics

The pseudo graphics mode is supported. You first need to issue a clg () command to set up the graphics page.

 
platform/abc80.txt · Last modified: 2008/11/27 17:16 by stefano
 
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki