This directory is the main development directory for HCS02. HCS02 software consists of the following source modules: HCS02C04.SRC HCS02D04.SRC HCS02G04.SRC HCS02R04.SRC HCS02S04.SRC HCS02X04.SRC Naming convention is: HCS02tvv.xxx where: t ... type of module: C ... xxx=SRC ... assembler source code for native code software parts D ... xxx=SRC ... assembler definitions (EQUs and macros) G ... xxx=SRC ... main assembly module, INCLUDEing all others (D,S,C) H ... xxx=BAS ... MCS-BASIC52 main program, executed at bootup of HCS02 R ... xxx=SRC ... main assembly module, like G, for RAM-code configuration X ... xxx=SRC ... assembly module for HEX-LINE-Download callable from BASIC-52 vv ... version of HCS02 software. As of 21-OCT-2002: 01 (saved in V01_save subdirectory) is operational in EPROM in TIVOLI71_9 this version has different naming convention 02 (saved in V02_save subdirectory) 03 (saved in V03_save subdirectory) 04 is in work in this (the active) work directory xxx ... extension of file, denominating major type of information: BAS ... MCS-BASIC52 source code SRC ... MCS-51 assembly source code to be assembled with Intel MCS-51 assembler and linker