3.6.2. (Minor), Changed the ROM2 revision
From "N" to "X", and the Section Header names in CAT 2 for CX-FNS and CX-TIME
3.6.3. Added [TURBO0] and [TURB50] routines in ROM2
To be accessed by the new FAST/SLOW functions in the -DM_41X section
3.6.4. Extensions to the
ED
function (ASCII file editor)
Done to support lower case and special characters. The function has been renamed ED$ to signal
the additional capabilities. Same XROM code of course.
More on this here:
3.6.5. Additional Functions
(as per the final version, not all are in build 1.8t02 yet.)
The header function -EXT_FCN_2X is stealth for CRT?, a curtain finder tool. To execute it use XROM
25,00 or assign to any key.
One additional function at the end of the -CXX_XT_FCN section, after the X#NN functions:
X<I>Y
Exchanges the contents of IND X and IND Y
One additional function in the -CXX TIME group, plus a new Section after the TIME functions are
listed, labeled "-DM 41X-" containing 17 functions. Both shown below:
TRNG
Time-Based (True) Random Number Generator
-DM 41X-
New Section header. .
ABSP
ALPHA Back Space. Deletes the rightmost char in ALPHA
AINT
Appends integer value from Reg X to ALPHA (includes sign)
ASWAP
Swaps ALPHA strings around the comma characters, i.e. A,B changes to B,A
CLAC
Clears ALPHA after the comma character, i.e. A,B changes to A,
5