MENU.BAS;02 generic boot menu MENU.BAS;01 this runs a program which prompts the user to enter their disk containing the Compucolor Screen Editor. It then loads some patches to the program and saves it back to disk, resulting in an enhanced editor. SCRMOD.LDA is used to do the patching. SCRMOD.SRC apparently the source code for the SCRMOD.LDA editor patches. The patches are: + allow use of larger RAM buffer in a 32K machine. + typematic action (auto key repeat) + clear screen on exit + lower case support, and display of block characters + add "replace" function, a complement to search + make program useful even without deluxe keyboard + shift-TAB command + display block commands on FILE> line + support display and deletion of the block command markers + add various block copy/move/delete commands EDIT.PRG this is the resulting program after installing the Alltronics enhancements to the compucolor editor MON.PRG MON.SRC Alltronics Monitor V6.16.80 Machine language program monitor, and source. Running apparently leads to a blank screen and an unresponsive keyboard, but maybe there is some key sequence that gets it started. There is no manual, but the command jump table gives some clues: DISASM ;A START COMPR ;C DISP ;D ENTER ;E SRCH ;F GO ;G START ;H START ;I START ;J CKPT ;K LOG ;L MOVEB ;M START ;N START ;O PGM ;P START ;Q REG ;R SRCH ;S TMEM ;T START ;U VISUAL ;V START ;W MOVEB ;X START ;Y ZEROM ;Z