MICROPAC HC16 DISTRIBUTION DISK ======================== = EMAC INC. = POB 2042 = CARBONDALE, IL 62902 = = 618-529-4525 PHONE = 618-457-0110 FAX = 618-529-5708 BBS = www.emacinc.com ======================== MHC16 ASM This is the main source file which INCLUDEs the rest of the .ASM files. It has conditional blocks to allow you to only assemble the items you want. As is, it demonstrates the I/O features of the Micropac HC16 with a majority of the interaction through the SCI serial port (COM1). This has been assembled on P&E's CASM16 68hc16 Cross assembler. SEEHC16 ASM SEEPROM drivers. RTC1302 ASM Real time clock drivers CHARLCD ASM Character LCD drivers with carriage return and line feed translated for proper operation on a 20x2 display. EQUATES ASM File of system register names and addresses. CSINIT ASM Chip select initialization file. VECTORS ASM Interrupt/exception vectors COPROC ASM Coprocessor interface drivers ORG00000 ASM Power-on reset vector. INITSCI ASM SCI (main serial port) initialization. INITSYS ASM System power up defaults. MHC16.S19 S-record file of the assembled program. This should be loaded into memory to see how the program should work when assembled MHC16.MAP Symbolic information for debugging software. MHC16.LST Listing file Z1.PDF PDF document of the 68HC16Z1 MCU. This must be viewed with Adobe Acrobat Reader (r) which may be obtained from the Adobe home page or from EMAC's BBS. 68HC16C This is a subdirectory containing files for use with the optional DDS C compiler.