Difference between revisions of "RSX Routines From Magazines"
From CPCWiki - THE Amstrad CPC encyclopedia!
(Created page with "Back in the Good old days of Programs you could type in from Magazines, came a whole range of BASIC programs with Machine Code loaders. A lot of those programs came with a se...") |
|||
Line 7: | Line 7: | ||
|- | |- | ||
|<small>128k Memory Swapper</small>||<small>Alistair Young</small>||<small>Amstrad Action / Nov 1989</small>||<small>128k</small>||<small>2</small>|| <small>MSAVE<br>MSWAP</small> | |<small>128k Memory Swapper</small>||<small>Alistair Young</small>||<small>Amstrad Action / Nov 1989</small>||<small>128k</small>||<small>2</small>|| <small>MSAVE<br>MSWAP</small> | ||
+ | |- | ||
+ | |<small>Bankswop</small>||<small>N Little</small>||<small>Amstrad Action / Jul 1990</small>||<small>128k</small>||<small>1</small>||<small>BANK,<numeric expression></small> | ||
|- | |- | ||
|<small>Eval</small>||<small>Seg Gorham</small>||<small>Amstrad Action / Dec 1989</small>||<small>464 only</small>||<small>1</small>||<small>EVAL,<string expression></small> | |<small>Eval</small>||<small>Seg Gorham</small>||<small>Amstrad Action / Dec 1989</small>||<small>464 only</small>||<small>1</small>||<small>EVAL,<string expression></small> | ||
+ | |- | ||
+ | |<small>Exuser</small>||<small>Adrian Pay</small>||<small>Amstrad Action / Mar 1990</small>||<small>AMSDOS</small>||<small>1</small>||<small>PUSER,<integer expression></small> | ||
+ | |- | ||
+ | |<small>Memdump</small>||<small>Mike Wong</small>||<small>Amstrad Action / Apr 1990</small>||<small></small>||<small>1</small>||<small>MEMDUMP</small> | ||
+ | |- | ||
+ | |<small>Sprite Driver</small>||<small>Sean McManus</small>||<small>Amstrad Action / Apr 1990</small>||<small></small>||<small>3</small>||<small>GRAB,<x co-ordinate>,<y co-ordinate>,<width>,<height>,<address expression><br>SDEF,<sprite number>,<address expression><br>SPRITE,<sprite number>,<x co-ordinate>,<y co-ordinate></small> | ||
|- | |- | ||
|<small>[[SuperBASIC]]</small>||<small>George McIntosh</small>||<small>Amstrad Action / Dec 1989</small>|| ||<small>27</small>||<small>Click Link</small> | |<small>[[SuperBASIC]]</small>||<small>George McIntosh</small>||<small>Amstrad Action / Dec 1989</small>|| ||<small>27</small>||<small>Click Link</small> | ||
+ | |- | ||
+ | |<small></small>||<small></small>||<small></small>||<small></small>||<small></small>||<small></small> | ||
|- | |- | ||
|} | |} | ||
[[Category:Amstrad CPC media]][[Category:Software]][[Category:Programming]][[Category:Type Ins| ]] | [[Category:Amstrad CPC media]][[Category:Software]][[Category:Programming]][[Category:Type Ins| ]] |
Revision as of 21:20, 29 August 2015
Back in the Good old days of Programs you could type in from Magazines, came a whole range of BASIC programs with Machine Code loaders. A lot of those programs came with a series of Resident System eXtension (RSX), which were accessible from BASIC via the Pipe Command (Shift + @). Programs varied a lot, from Specific Tool developed to carry out a particular operation, to whole Libraries designed to Aid Programmers with their Programming projects. Because there's so many of these programs this list is by no means complete, please feel free to add any relevant programs (try to keep it Alphabetical, I'm using the name used by Magazine, Numbered programs can go first).
Name | Author | Magazine / Month & Year | Requirements | # of RSXs | Commands |
128k Memory Swapper | Alistair Young | Amstrad Action / Nov 1989 | 128k | 2 | MSAVE MSWAP |
Bankswop | N Little | Amstrad Action / Jul 1990 | 128k | 1 | BANK,<numeric expression> |
Eval | Seg Gorham | Amstrad Action / Dec 1989 | 464 only | 1 | EVAL,<string expression> |
Exuser | Adrian Pay | Amstrad Action / Mar 1990 | AMSDOS | 1 | PUSER,<integer expression> |
Memdump | Mike Wong | Amstrad Action / Apr 1990 | 1 | MEMDUMP | |
Sprite Driver | Sean McManus | Amstrad Action / Apr 1990 | 3 | GRAB,<x co-ordinate>,<y co-ordinate>,<width>,<height>,<address expression> SDEF,<sprite number>,<address expression> SPRITE,<sprite number>,<x co-ordinate>,<y co-ordinate> | |
SuperBASIC | George McIntosh | Amstrad Action / Dec 1989 | 27 | Click Link | |