CLEARD.DO, by James Main Kenney, 1995 Documementation for CLEAR.BA, which facilitates the loading of machine-language (.CO) programs in the NEC PC-8201A. Minor editing may be required. To operate: Tap any key except the return key to scroll through the list of options; press the return key when the desired option appears: * No change in the amount of RAM cleared. * Clear the maximum amount of RAM to run BASIC programs or edit text files. * Clear just enough RAM to allow a particular machine-language program to be run; scroll until the desired filename appears. * Type the RAM address to clear to at the prompt "CLEAR256,"; if the first key pressed is non-numerical, the scrolling will resume, repeating the options list. To modify: Edit by adding or deleting filename/address data pairs, or by transfering them between an active DATA group (now on line 4) and an inactive REM group (which can be created at the end of any line by adding :REM followed by the inactive data pairs). In the active DATA group, each datum must be separated by a comma, and the filename must precede the corresponding address. When editing, keep line lengths from exceeding 253 bytes by adding new DATA or REM groups at the ends of other lines or by creating new lines. The active data on the last DATA line (only) must end ",,1,,0". Additional data for published programs are solicited.