Difference between revisions of "SE Basic IV"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
* New commands: | * New commands: | ||
** CALL ''(replaces COPY)'' | ** CALL ''(replaces COPY)'' | ||
− | ** CLUT | + | ** CLUT ''(replaces FLASH)'' |
− | ** COLOR | + | ** COLOR ''(replaces BRIGHT)'' |
− | ** FAST | + | ** FAST ''(replaces LLIST)'' |
− | ** MODE | + | ** MODE ''(replaces FORMAT)'' |
− | ** PUT | + | ** PUT ''(replaces MOVE)'' |
− | ** RESET | + | ** RESET ''(replaces ERASE)'' |
− | ** SLOW | + | ** SLOW ''(replaces LPRINT)'' |
− | ** UDG | + | ** UDG ''(replaces CAT)'' |
This brings the total number of new commands not present in the original Spectrum ROM to 15 (including DELETE, EDIT, RENUM, PALETTE, SOUND and ON ERROR). | This brings the total number of new commands not present in the original Spectrum ROM to 15 (including DELETE, EDIT, RENUM, PALETTE, SOUND and ON ERROR). |
Revision as of 13:31, 30 January 2013
An open source (GPLv2) firmware for the Chloe 280SE, forked from OpenSE BASIC. The main changes are:
- 32K ROM (with ROM-1 working independently as a 16K ROM).
- An 80x24 hi-res text mode.
- Existing commands are renamed to match the Minimal BASIC 78 standard.
- Reduced support for the following commands in legacy software:
- BRIGHT
- CAT
- COPY
- ERASE
- FLASH
- FORMAT
- LLIST
- LPRINT
- MOVE
- New commands:
- CALL (replaces COPY)
- CLUT (replaces FLASH)
- COLOR (replaces BRIGHT)
- FAST (replaces LLIST)
- MODE (replaces FORMAT)
- PUT (replaces MOVE)
- RESET (replaces ERASE)
- SLOW (replaces LPRINT)
- UDG (replaces CAT)
This brings the total number of new commands not present in the original Spectrum ROM to 15 (including DELETE, EDIT, RENUM, PALETTE, SOUND and ON ERROR).