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.
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
The pseudo graphics mode is supported. You first need to issue a clg () command to set up the graphics page.