Difference between revisions of "Ten-Bars"
From CPCWiki - THE Amstrad CPC encyclopedia!
(Created page with "Ten-Bars by Graeme Rowles is a RSX based Library published in May 1990 Issue of Amstrad Action (#56), which includes 10 Commands, which are a range of RSXs for visual effects...") |
|||
Line 7: | Line 7: | ||
|- | |- | ||
|} | |} | ||
+ | |||
+ | [[RSX_Routines_From_Magazines]] |
Revision as of 22:59, 29 August 2015
Ten-Bars by Graeme Rowles is a RSX based Library published in May 1990 Issue of Amstrad Action (#56), which includes 10 Commands, which are a range of RSXs for visual effects to Memory Managing, Protecting data, Saving/Loading Data to/from Tape. The commands are:
RANDOM,<start address>,<end address> | POKE,<string expression>,<address expression> | MOVE,<start address>,<length>,<start address 2> | PROTECT,<start address>,<end address>,<byte expression> | UNPROTECT,<start address>,<end address>,<byte expression> |
SAVE,<start address>,<length>,<sync byte> | LOAD,<start address>,<length>,<sync byte> | MIX | MIX.OFF | COLOURS |