SE Basic IV: Difference between revisions

From Sinclair Wiki
Jump to navigation Jump to search
(Created page with "category:software category:ROMs An open source (GPLv2) firmware for the Chloe 280SE, forked from OpenSE BASIC. The main changes are: * 32K ROM (with ROM-1...")
 
m (Add category)
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[category:software]]
[[category:ROMs]]
An open source (GPLv2) firmware for the [[Chloe 280SE]], forked from [[OpenSE|OpenSE BASIC]]. The main changes are:
An open source (GPLv2) firmware for the [[Chloe 280SE]], forked from [[OpenSE|OpenSE BASIC]]. The main changes are:


* 32K ROM (with ROM-1 working independently as a 16K ROM).
* 32K ROM (with ROM-1 working independently as a 16K ROM).
* An 80x24 hi-res text mode.
* 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:
* Reduced support for the following commands in legacy software:
** BRIGHT
** BRIGHT
Line 15: Line 14:
** LPRINT
** LPRINT
** MOVE
** MOVE
* New commands:
** CALL ''(replaces COPY)''
** CLUT ''(replaces FLASH)''
** COLOR ''(replaces BRIGHT)''
** MODE ''(replaces FORMAT)''
** PUT ''(replaces MOVE)''
** RESET ''(replaces ERASE)''
** SCROLL ''(replaces LPRINT)''
** SPEED ''(replaces LLIST)''
** TRACE ''(replaces VERIFY)''
** UDG ''(replaces CAT)''
This brings the total number of new commands not present in the original Spectrum ROM to 16 (including DELETE, EDIT, RENUM, PALETTE, SOUND and ON ERROR).


== External links ==
== External links ==


* [http://cheveron.github.com/sebasic4/ SE Basic IV]
* [http://cheveron.github.com/sebasic4/ SE Basic IV]
[[category:software]]
[[category:ROMs]]
[[Category:Sinclair BASIC]]

Revision as of 16:03, 22 April 2014

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)
    • MODE (replaces FORMAT)
    • PUT (replaces MOVE)
    • RESET (replaces ERASE)
    • SCROLL (replaces LPRINT)
    • SPEED (replaces LLIST)
    • TRACE (replaces VERIFY)
    • UDG (replaces CAT)

This brings the total number of new commands not present in the original Spectrum ROM to 16 (including DELETE, EDIT, RENUM, PALETTE, SOUND and ON ERROR).

External links