⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 psocconfig.lis

📁 用VC编辑的一个MD5算法
💻 LIS
字号:
 0000           ;
 0000           ;  PSoCConfig.asm
 0000           ;
 0000           ;  Version 0.84
 0000           ;  Data: 19 December, 2000
 0000           ;  Copyright Cypress MicroSystems 2000
 0000           ;
 0000           ;  This file is generated by the Device Editor on Application Generation.
 0000           ;  It contains code which loads the configuration data table generated in
 0000           ;  the file PSoCConfigTBL.asm
 0000           ;  
 0000           ;  DO NOT EDIT THIS FILE MANUALLY, AS IT IS OVERWRITTEN!!!
 0000           ;  Edits to this file will not be preserved.
 0000           ;
 0000           
                export LoadConfigInit
                export _LoadConfigInit
                export LoadConfig_dds
                export _LoadConfig_dds
                
                export NO_SHADOW
                export _NO_SHADOW
                
 0010           FLAG_CFG_MASK:		equ	10h			;M8C flag register REG address bit mask
 00FF           END_CONFIG_TABLE:	equ	ffh			;end of config table indicator	
 0000           
                AREA psoc_config(rom, rel)
                
 0000           _LoadConfigInit:
 0000            LoadConfigInit:
 0000           	
 0000 9001              call    LoadConfig_dds
 0002           
 0002 7F                ret
 0003           
 0003           ;
 0003           ; Load Configuration dds
 0003           ;
 0003           _LoadConfig_dds:
 0003            LoadConfig_dds:
 0003 9000              call    LoadConfigTBL_dds                       ;call load config table routine
 0005 7F                ret
 0006           
 0006           
 0006           
 0006           NO_SHADOW:
 0006           _NO_SHADOW:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -