Blame | Last modification | View Log | Download | RSS feed
savelisting off ; do not include this file into listing;****************************************************************************;* *;* AS 1.41 - File REGACE.INC *;* *;* Purpose : address definitions for ACE CPUs *;* *;* last changes : 15. 8.1999 *;* *;****************************************************************************ifndef regaceinc ; avoid multiple inclusionregaceinc equ 1if (MOMCPUNAME<>"ACE1101")&&(MOMCPU<>"ACE1202")fatal "wrong processor type: supports only ACE1101 and ACE1202"endifif MOMPASS=1message "ACE1101/1202 register definitions"message "(C) 1999 Alfred Arnold"message "Target is \{MOMCPUNAME}"endif;----------------------------------------------------------------------------; the following symbols are claimed to be reserved, but I couldn't find their; meaning anywhere:; BPSEL DAT0 HBC PSELRD HPATTERN LPATTERN; Addressesswitch MOMCPUNAMEcase "ACE1101"CODEEND equ 3ffhcase "ACE1202"CODEEND equ 7ffhendcaseT0VLO equ CODEEND-9T0VHI equ CODEEND-8T1VLO equ CODEEND-7T1VHI equ CODEEND-6WUVLO equ CODEEND-5WUVHI equ CODEEND-4SWVLO equ CODEEND-3SWVLO equ CODEEND-2; CPU CoreXHI sfr 0behXLO sfr 0bfhPMC sfr 0c0hSP sfr 0cehSTATUS sfr 0cfh; LBDLBD sfr 0bdh; ClockHALT sfr 0b7h; Timer 0WDSVR sfr 0b5hT0CNTRL sfr 0b6h; Timer 1T1RALO sfr 0aahT1RAHI sfr 0abhTMR1LO sfr 0achTMR1HI sfr 0adhT1CTRL sfr 0aeh; MIWUWKEDG sfr 0afhWKPND sfr 0b0hWKEN sfr 0b1h; I/OPORTGD sfr 0b2hPORTGC sfr 0b3hPORTGP sfr 0b4h;----------------------------------------------------------------------------endif ; of regaceinc