custom.lis
来自「 PSoC(可编程片上系统)是Cypress半导体公司生产的包含有8位微处理器核」· LIS 代码 · 共 54 行
LIS
54 行
0000 cpu LMM
.module custom.c
.area text(rom, con, rel)
0000 .dbfile ./custom.c
0000 .dbfunc e CustomInit _CustomInit fV
0000 _CustomInit::
0000 .dbline -1
0000 .dbline 10
0000 ; //
0000 ; // Custom.c
0000 ; //
0000 ; // Custom functions for insertion into PSoC Express projects, including fixed functions
0000 ; //
0000 ;
0000 ; #include "custom.h"
0000 ;
0000 ; void CustomInit()
0000 ; {
0000 .dbline -2
0000 .dbline 11
0000 ; }
0000 L1:
0000 .dbline 0 ; func end
0000 7F ret
0001 .dbend
0001 .dbfunc e CustomPostInputUpdate _CustomPostInputUpdate fV
0001 _CustomPostInputUpdate::
0001 .dbline -1
0001 .dbline 14
0001 ;
0001 ; void CustomPostInputUpdate()
0001 ; {
0001 .dbline -2
0001 .dbline 15
0001 ; }
0001 L2:
0001 .dbline 0 ; func end
0001 7F ret
0002 .dbend
0002 .dbfunc e CustomPreOutputUpdate _CustomPreOutputUpdate fV
0002 _CustomPreOutputUpdate::
0002 .dbline -1
0002 .dbline 18
0002 ;
0002 ; void CustomPreOutputUpdate()
0002 ; {
0002 .dbline -2
0002 .dbline 19
0002 ; }
0002 L3:
0002 .dbline 0 ; func end
0002 7F ret
0003 .dbend
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?