Blame | Last modification | View Log | Download | RSS feed
ifndef __stm8cpuregsinc ; avoid multiple inclusion__stm8cpuregsinc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File CPUREGS.INC *;* *;* contains SFR and Bit Definitions for Memory Mapping of STM8 CPU Regs *;* *;****************************************************************************__defcpuregs macro BaseREG_A label Base+$00 ; Register AREG_PCE label Base+$01 ; Register PCEREG_PCH label Base+$02 ; Register PCHREG_PCL label Base+$03 ; Register PCLREG_XH label Base+$04 ; Register XHREG_XL label Base+$05 ; Register XLREG_YH label Base+$06 ; Register YHREG_YL label Base+$07 ; Register YLREG_SPH label Base+$08 ; Register SPHREG_SPL label Base+$09 ; Register SPLREG_CCR label Base+$0a ; Register CCRCFG_CGR label Base+$60 ; Global configuration registerendmrestoreendif ; __stm8cpuregsinc