Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 104

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 104

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 105

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 105

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 106

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 106
RSX - CPCWiki
Last modified on 21 April 2007, at 15:49

RSX

Revision as of 15:49, 21 April 2007 by SpaceRat (Talk | contribs) (New page: <b>RSX</b> (<b>R</b>esident <b>S</b>ystem e<b>X</b>tensions) were a way to extend the command set of Locomotive BASIC, e.g. for accessing external peripherals like disk drives, light pens,...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

RSX (Resident System eXtensions) were a way to extend the command set of Locomotive BASIC, e.g. for accessing external peripherals like disk drives, light pens, speech synthesizers and so on.

RSX commands can be distinguished from normal commands by the preceeding | (Also called "RSX slash").

Some of the best known RSX commands are the ones provided by AMSDOS, as they were present on all CPC664, CPC6128, 6128plus and CPC464 with DDI-1:

|A Makes drive A: the current work drive

|B Makes drive B: the current work drive

|CPM Starts CP/M (or other systems) from a system disk

|DISC Switches back to disk drive use after |TAPE

|TAPE Makes the CPC use the tape recorder for file access

RSX command extensions can be implemented through ROMs (like AMSDOS or other disk operating systems) or by programs.