v.1.5-----* the part residing over the MEMLO further reduced to 52 bytes.* the test if the DOS features the DOS XL-compatible command line interface, did not work correctly when there was no DOS present* fixed (stupid) bug in handling NMI interruptsv.1.4-----* on DOS command, restore the state of the internal BASIC and do GR.0, if necessary (= if the RAMTOP value being restored is different than the current one)* fixed silly typo in the code disabling internal Atari BASIC at startup (did not work)v.1.3-----* syntax such as STATUS #1,A(1) and NOTE #1,A(1),B(1) disallowed* added disabling internal Atari BASIC at startup* the part residing over the MEMLO reduced to 68 bytes* keywords, variable names etc. may now be typed in in lower case* forward GOTO and GOSUB jumps, and also GOTOs to the same line, should be now faster, because the destination line is not being searched from the beginning of the program (as Atari BASIC does), but starting from the current line onwards* added loading "D:AUTORUN.BAS" at startup; giving a filename as a command line argument to UBI.EXE will replace that with an arbitrary filev.1.2-----* in the custom NMI handler, added forgotten handling of DLI* also added CLD to the interrupt handler* fixed a relocation bug for non-SDX systems* the reset handler now setups the MEMLO correctly* reduced the size of the part that is residing over the MEMLO, now 109 bytes* after POKE and USR(), always set PORTB bit 1 to disable internal BASIC* various size-optimizations (mainly in the initializing code)* added this file* added "Ahl's Benchmark"v.1.1-----* made reset-proof* various fixes in initialization routines* fixed the DIM syntax controls* minor size-optimizations in the interpreter itself* added CTEST.BASv.1.0-----* initial test release