NASCOM 1 & 2 hints & tools

The code should work with both NASSYS and T MONITORs, and is located by default at $0C80.

Quick start

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

-or-

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

This command will build a file called “adventure.nas”, an HEX formatted binary file suitable to be run on the existing emulators.

It is possible to choose a full VT/ANSI emulation or a tiny console support. The ANSI version of the library depends a bit less on the ROM because the video memory is addressed directly.

VNASCOM Emulator hint

To run a compiled program:

vnascom ROM=nassys1.nas RAM=adventure.nas KBD=EC80

NASCOM related WEB Links

 
platform/nascom.txt · Last modified: 2008/12/10 21:02 by stefano
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki