G.G. (Italy)
8BASIC theory 3/6: Commands
8BASIC (C) is a BASIC interpreter developed by manufacturer G.G in 2010 for the homemade Z80/AM95 8 bit NANO COMPUTER.
COMMANDS
The 8BASIC COMMANDS are used in direct mode from the "Menù"
1 "RUN CMD " ; cause the 8BASIC program to begin operating
2 "NEW CMD " ; erase the 8BASIC program and launch the program editor
3 "LIST CMD" ; launch the 8BASIC program editor
4 "SAVE SER" ; send out to an IBM PC the binary 8BASIC program resident in RAM through the serial port
5 "LOAD SER" ; write in RAM the binary 8BASIC program read from an IBM PC through the serial port
6 "SAVE PAR" ; send out to an IBM PC the binary 8BASIC program resident in RAM through the parallel port
7 "LOAD PAR" ; write in RAM the binary 8BASIC program read from an IBM PC through the parallel port
During editing you can delete and insert new lines. Navigation through statements and variables has been strongly facilitated in submenus
8BASIC theory 3/6: Commands
8BASIC (C) is a BASIC interpreter developed by manufacturer G.G in 2010 for the homemade Z80/AM95 8 bit NANO COMPUTER.
COMMANDS
The 8BASIC COMMANDS are used in direct mode from the "Menù"
1 "RUN CMD " ; cause the 8BASIC program to begin operating
2 "NEW CMD " ; erase the 8BASIC program and launch the program editor
3 "LIST CMD" ; launch the 8BASIC program editor
4 "SAVE SER" ; send out to an IBM PC the binary 8BASIC program resident in RAM through the serial port
5 "LOAD SER" ; write in RAM the binary 8BASIC program read from an IBM PC through the serial port
6 "SAVE PAR" ; send out to an IBM PC the binary 8BASIC program resident in RAM through the parallel port
7 "LOAD PAR" ; write in RAM the binary 8BASIC program read from an IBM PC through the parallel port
During editing you can delete and insert new lines. Navigation through statements and variables has been strongly facilitated in submenus