User`s guide
31
For example, prior to switching to MTX BASIC :-
A>REZTAPE QUAZZIA.MTX 0
A>REZTAPE SNAPPO.MTX 1
A>MTXL
Then the usual MTX BASIC LOAD command can be used to load it :-
LOAD "QUAZZIA"
REZPATCH.COM
REZPATCH.COM is a program which can patch the ROM images that REMEMOrizer provides. ie:
The fixed OS ROM, BASIC ROM 0, CP/M boot ROM 4 and SDX ROM 5.
Its usage is like this :-
A>REZPATCH iobyte address {byte}
The change lasts until power-off, or next change.
As an example, to make MTX BASIC say "Randy", rather than "Ready", use :-
A>REZPATH 00 026D 52 61 6E 64 79
Caution: Use with care.
MTX.COM, MTXL.COM AND RUN.COM
REMEMOrizer also has the MTX.COM and MTXL.COM programs, which can be used to switch into
MTX BASIC. MTXL.COM is preferred, as it does not corrupt RAM Disc in the transition.
RUN.COM is a CP/M program which can be used to run some .RUN files, without having to switch
into MTX BASIC, and use the SDX ROM to USER RUN "FILE.RUN" them. This program puts the file
content directly into memory, switches into the right memory mode, and jumps to the start of the
program. This means that MTX BASIC has never been running, and has not set up any of its system
variables. As a result, some .RUN files may not run properly this way.