Blame | Last modification | View Log | Download | RSS feed
ifndef stddef2xinc ; avoid multiple inclusionstddef2xinc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File STDDEF2X.INC *;* *;* Holds register definitions for TMS320C2x Processors *;* *;****************************************************************************if (MOMCPUNAME<>"320C25") && (MOMCPUNAME<>"320C26") && (MOMCPUNAME<>"320C28")fatal "wrong target set: only 320C25, 320C26 und 320C28 supported"endifif MOMPASS=1message "TMS320C2x Register Definitions (C) 1994 Thomas Sailer"endif;----------------------------------------------------------------------------segment dataorg 0DRR res 1DXR res 1TIM res 1PRD res 1IMR res 1GREG res 1if (MOMCPUNAME="320C26")B2_D equ 60hB0_D equ 200hB1_D equ 400hB3_D equ 600hB0_P equ 0fa00hB1_P equ 0fc00hB3_P equ 0fe00hendif;---------------------------------------------------------------------------restore ; re-allow listingendif ; stddef2xinc