systemconst.lis

来自「sypress psoc express 驱动led发光的应用程序.」· LIS 代码 · 共 11 行

LIS
11
字号
 0000                   cpu LMM
                        .module systemconst.c
                        .area memory(abs)
                        .org 0x1f80
 1F80           _SystemConst::
 1F80 00                .byte 0
 1F81 00                .byte 0
 1F82                   .dbfile ./systemconst.c
 1F82                   .dbsym e SystemConst _SystemConst X
                        .area lit(rom, con, rel)

⌨️ 快捷键说明

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