Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tommythorn/virtual-nascom
SDL-based Nascom 2 emulator
https://github.com/tommythorn/virtual-nascom
basic emulation emulator nascom retrocomputing sdl2 z80
Last synced: about 5 hours ago
JSON representation
SDL-based Nascom 2 emulator
- Host: GitHub
- URL: https://github.com/tommythorn/virtual-nascom
- Owner: tommythorn
- License: gpl-2.0
- Created: 2012-04-29T19:12:09.000Z (over 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-03-24T23:39:09.000Z (10 months ago)
- Last Synced: 2025-01-11T16:16:20.623Z (5 days ago)
- Topics: basic, emulation, emulator, nascom, retrocomputing, sdl2, z80
- Language: Assembly
- Homepage:
- Size: 2.33 MB
- Stars: 12
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.BASIC
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
What follows is list of the tokens recognized by the Nascom
Microsoft Basic:* + - ^ / < = > ABS AND ASC ATN CHR$ CLEAR CLOAD CLS CONT COS CSAVE
DATA DEEK DEF DIM DOKE END EXP FN FOR FRE GOSUB GOTO IF INP INPUT
INT LEFT$ LEN LET LINES LIST LOG MID$ MONITOR NEW NEXT NOT NULL ON
OR OUT PEEK POINT POKE POS PRINT READ REM RESET RESTORE RETURN
RIGHT$ RND RUN SCREEN SET SGN SIN SPC( SQR STEP STOP STR$ TAB( TAN
THEN TO USR VAL WAIT WIDTHThese are extracted directly from the binary image, so this list
should be complete (yes, SPC and TAB do have the opening parenthesis).