; ; PSoCConfig.asm ; ; Version 0.84 ; Data: 19 December, 2000 ; Copyright Cypress MicroSystems 2000 ; ; This file is generated by the Device Editor on Application Generation. ; It contains code which loads the configuration data table generated in ; the file PSoCConfigTBL.asm ; ; DO NOT EDIT THIS FILE MANUALLY, AS IT IS OVERWRITTEN!!! ; Edits to this file will not be preserved. ; include "m8c.inc" export LoadConfigInit export _LoadConfigInit export LoadConfig_psoc_defrost export _LoadConfig_psoc_defrost export NO_SHADOW export _NO_SHADOW FLAG_CFG_MASK: equ 10h ;M8C flag register REG address bit mask END_CONFIG_TABLE: equ ffh ;end of config table indicator AREA psoc_config(rom, rel) _LoadConfigInit: LoadConfigInit: lcall LoadConfig_psoc_defrost ret ; ; Load Configuration psoc_defrost ; _LoadConfig_psoc_defrost: LoadConfig_psoc_defrost: push a push x M8C_SetBank1 ;set for bank 1 mov a, 1 asr a mov A, >LoadConfigTBL_psoc_defrost_Bank1 ;load bank 1 table mov X, LoadConfigTBL_psoc_defrost_Bank0 ;load bank 0 table mov X,