Blame | Last modification | View Log | Download | RSS feed
ifndef stddef90inc ; avoid multiple inclusionstddef90inc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File STDDEF90.INC *;* *;* Contains Register and Memory Addresses for TLCS-90 Processors *;* *;****************************************************************************if (MOMCPU<>9486657)fatal "Wrong processor type set: only 90C141 allowed"endifif MOMPASS=1message "TLCS-90 Address Definitions"message "(C) 1993 Alfred Arnold"endif;----------------------------------------------------------------------------; PortsP0 equ 0ffc0hP1 equ 0ffc1hP01CR equ 0ffc2h ; ==IRFL !!P2 equ 0ffc4hP2CR equ 0ffc5hP3 equ 0ffc6hP3CR equ 0ffc7hP4 equ 0ffc8hP4CR equ 0ffc9hP5 equ 0ffcahP6 equ 0ffcchP7 equ 0ffcdhP67CR equ 0ffcehP8 equ 0ffd0hP8CR equ 0ffd1h; TimersTMOD equ 0ffdahTCLK equ 0ffd8hTRUN equ 0ffdbhTFFCR equ 0ffd9hT4MOD equ 0ffe4hT4FFCR equ 0ffe5hTREG0 equ 0ffd4hTREG1 equ 0ffd5hTREG2 equ 0ffd6hTREG3 equ 0ffd7hTREG4L equ 0ffe0hTREG4H equ 0ffe1hTREG5L equ 0ffe2hTREG5H equ 0ffe3hCAP1L equ 0ffdchCAP1H equ 0ffddhCAP2L equ 0ffdehCAL2H equ 0ffdfh; PatternSMMOD equ 0ffcbhSMCR equ 0ffcfh; SerialSCMOD equ 0ffe9h ; Operating ModeSCCR equ 0ffeah ; Control RegisterSCBUF equ 0ffebh ; Data Register; Watchdog, MiscBX equ 0ffech ; Bank-Registers IXBY equ 0ffedh ; IYWDMOD equ 0ffd2h ; Watchdog, Halt ModeWDCR equ 0ffd3h ; Control Register; AD ConverterADMOD equ 0ffefh ; Operating ModeADREG equ 0ffeeh ; Data Register; InterruptsIRFL equ 0ffc2h ; Request Flip FlopsIRFH equ 0ffc3hINTEL equ 0ffe6h ; Interrupt EnableINTEH equ 0ffe7hDMAEH equ 0ffe8h ; Micro-DMA Enable; Fixed Memory AreasIRAM equ 0fec0H ; Internal RAM 256 Byte...IRAMEND equ 0ffbfHIEAREA equ 00000H ; Interrupt Entry Area...IEAREAEND equ 0007FH ; ...up to 007FHIROM equ 00000H ; Internal (P)ROM 8K...IROMEND equ 01FFFH ;EXTMEM equ IROMEND+1 ; External MemoryMEMEND equ IRAM-1 ; ...up to FFFFH;---------------------------------------------------------------------------restore ; allow listing againendif ; stddef90inc