type keys here:
- limited |
TAPE: HALT: Load NAS: Load from tape: Save to tape: Load Intel Hex: Docs: NAS-SYS 3 NASCOM assembler package (Nap Use cmds "X32", "T 0 100 0 0 1" to output to IO and "N" reset. Copy output to a text file with .nas extension so it can be reloaded. PORT 0xA: |
Use cmds "X32", "T 0 100 0 0 1" to output to Tape and "N" reset. Copy output in Tape to a text file with .nas extension. It can be reloaded.
If tape led is on convert from binary to hex, so W and T commands are okay.
Game mode is the current implementation where the focus is on accurately simulating the physical keys. As Nascoms keyboard have a different layout from modern keyboards, we get akwardness with keys like :/; where on Nascom we have :/* and ;/+ keys.
In text-mode you will get a 1-1 mapping between keys pressed and the character represented, but it may change the status of the shift key (which breaks games that depend on shift as a key in itself).