main.lis

来自「Cypress公司开发的2.4G无线键盘鼠标及其Bridge源代码」· LIS 代码 · 共 27 行

LIS
27
字号
 0000                   cpu LMM
                        .module main.c
                        .area text(rom, con, rel)
 0000                   .dbfile ./main.c
 0000                   .dbfunc e main _main fV
 0000           _main::
 0000                   .dbline -1
 0000                   .dbline 10
 0000           ; //----------------------------------------------------------------------------
 0000           ; // C main line
 0000           ; //----------------------------------------------------------------------------
 0000           ; 
 0000           ; #include <m8c.h>        // part specific constants and macros
 0000           ; #include "PSoCAPI.h"    // PSoC API definitions for all User Modules
 0000           ; 
 0000           ; 
 0000           ; void main()
 0000           ; {
 0000                   .dbline -2
 0000                   .dbline 12
 0000           ;     // Insert your main routine code here.
 0000           ; }
 0000           L1:
 0000                   .dbline 0 ; func end
 0000 8FFF              jmp .
 0002                   .dbend

⌨️ 快捷键说明

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