Blame | Last modification | View Log | Download | RSS feed
ifndef __st7dminc ; avoid multiple inclusion__st7dminc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File DM.INC *;* *;* contains SFR and Bit Definitions for ST7 Debug Module *;* *;****************************************************************************__defdm macro BaseDMCR label Base+$00 ; DM Control RegisterRST bit DMCR,4 ; ResetDMSR label Base+$01 ; DM Status RegisterMTR bit DMSR,6DMBK1H label Base+$02 ; DM Breakpoint Register 1 HighDMBK1L label Base+$03 ; DM Breakpoint Register 1 LowDMBK2H label Base+$04 ; DM Breakpoint Register 2 HighDMBK2L label Base+$05 ; DM Breakpoint Register 2 Lowendmrestoreendif ; __st7dminc