| Msx Basic |
Article Index for Msx |
Website Links For Msx |
Information AboutMsx Basic |
| CATEGORIES ABOUT MSX BASIC | |
| basic programming language family | |
| msx | |
| basic | |
| microsoft basic | |
|
DISTRIBUTION MSX BASIC came bundled in the ROM of all MSX computers. At system start-up MSX BASIC is invoked, causing its command prompt to be displayed, unless other software placed in ROM takes control (which is the typical case of game cartridges and disk interfaces, the later causing the MSX-DOS prompt to be shown if there is a disk present which contains the DOS system files). When MSX BASIC is invoked, the ROM code for BIOS and the BASIC interpreter itself are visible on the lower 32K of the Z80 addressing space. The upper 32K are set to RAM, of which about 23K to 28K are available for BASIC code and data (the exact amount depends on the presence of disk controller and on the MSX-DOS kernel version). DEVELOPMENT ENVIRONMENT MSX BASIC development environment is very similar to that of the Dartmouth Time Sharing System associated with Dartmouth BASIC, it has a command line-based Integrated Development Environment (IDE) system; all program lines must be numbered, all non-numbered lines are considered to be commands in direct mode (ie, to be executed immediately). The user interface is almost completely command line, except for the function key shortcuts at the bottom and an initial copyright notice at the top of the screen. VERSIONS OF MSX BASIC Every new version of the MSX computer was bundled with an updated version of MSX BASIC. All versions are Backward Compatible and provide new capabilities to fully explore the new and extended hardware found on the newer MSX computers. MSX BASIC 1.0 / 1.1 / 1.2
MSX BASIC 2.0
MSX BASIC 3.0
MSX BASIC 4.0
MSX BASIC 4.1
EXTENSIONS OF MSX BASIC Since MSX BASIC was meant to be expandable from inception, it was possible to write add-on modules quite easily. Support for specific hardware was commonly added by means of expansion cartridges, which also served as the interface to the hardware in question. MSX Disk-BASIC is an example, bundled in the cartridge that provides the hardware interface to the disk drives, it adds commands to access the floppy disk drives. Exploring the MSX BASIC extensibility it was possible to extend MSX BASIC solely via software. A very interesting extension to the MSX BASIC 1.0/1.1 was Screen IV , a tweak of MSX BASIC adding the mixed graphic/text mode Screen 4 (hence its name Screen IV), with 64 x 24 characters and Screen 2 resolution for graphics (256 x 192 pixels, 16 colors). |
|
|