★ APPLICATIONS ★ DIVERS ★ RSX-MAKE (AMSTRAD ACTION) ★![]() |
| RSX-Make (Amstrad Action) | Applications Divers |
This is a very handy utility that will put machine code programs into the RSX form. It is easy to use and asks you a set of simple questions. Firstly, it will ask you how many commands there are to be put into RSX form. Next it asks where the code is to be located, this could be &AF00 or &9000, or anything else you want it to be. Beware; Make sure that you do not go over the machine code you have just programmed. It may be best for example, if your code starts at &9000 and ends at &9127, to type in &9128 to be sure! All the program needs to know now is the address it starts at. Type it in and the program will repeat the last two steps for each command. When everything has been completed you will be given an address to CALL. Type this in and your commands are active! If you want to find out where your code ends then type: PRINT HEX$(loc,4)AA
|