Platform Nascom - marinus-lab/z88dk GitHub Wiki
NASCOM 1 & NASCOM 2
The code should work with both NASSYS and T MONITORs, and is located by default at $1000.
+nascom
)
Classic library support (- Native console output
- Native console input
- ANSI vt100 engine
- Generic console
- Redefinable font
- UDG support
- Paper colour
- Ink colour
- Inverse attribute
- Bold attribute
- Underline attribute
- Lores graphics
- Hires graphics
- PSG sound
- One bit sound
- Inkey driver
- Hardware joystick
- File I/O
- Interrupts
- RS232
Quick start
zcc +nascom -lm -o adventure -create-app adv_a.c
-or- zcc +nascom -clib=ansi -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.
You can also change the program location with the "-zorg=" option. The default position is at address $1000.
Virtual Nascom
Download and build from http://repo.or.cz/w/virtual-nascom.git
To run
./virtualnascom adventure.nas
Once the monitor is running, enter "E 1000"
VNASCOM Emulator hint
To run a compiled program:
vnascom ROM=nassys1.nas RAM=adventure.nas KBD=E1000
NASCOM related WEB Links
https://web.archive.org/web/20060701084848/http://www.myplace.nu/nascom/