c5131_eval.pum

来自「C89c51 usb驱动程序,实现了usb转串口的功能,提供了一个虚拟的串口」· PUM 代码 · 共 34 行

PUM
34
字号

Psect Usage Map:

 Psect   | Contents                    | Memory Range  | Size
---------|-----------------------------|---------------|------------
 vectors | Interrupt vectors           | 0000h - 0025h |   38 bytes
 text    | Program and library code    | 0026h - 00E8h |  195 bytes
 text    | Program and library code    | 00E9h - 00EEh |    6 bytes
 text    | Program and library code    | 00EFh - 00F1h |    3 bytes
 data    | Initialized external vars   | 0100h - 0A5Bh | 2396 bytes
 strings | Unnamed string constants    | 0A5Ch - 17C8h | 3437 bytes
 text    | Program and library code    | 17C9h - 21D6h | 2574 bytes
 text    | Program and library code    | 21D7h - 2A3Ah | 2148 bytes
 text    | Program and library code    | 2A3Bh - 2E50h | 1046 bytes
 text    | Program and library code    | 2E51h - 31ADh |  861 bytes
 text    | Program and library code    | 31AEh - 335Ch |  431 bytes
 text    | Program and library code    | 335Dh - 341Ch |  192 bytes
 code    | 'code' class data           | 341Dh - 34C3h |  167 bytes
 text    | Program and library code    | 34C4h - 3549h |  134 bytes
 text    | Program and library code    | 354Ah - 35CEh |  133 bytes
 text    | Program and library code    | 35CFh - 3641h |  115 bytes
 text    | Program and library code    | 3642h - 36A1h |   96 bytes
 text    | Program and library code    | 36A2h - 36C8h |   39 bytes
 text    | Program and library code    | 36C9h - 36E6h |   30 bytes
---------|-----------------------------|---------------|------------
 rbit    | Bit variables               | 0000h - 0001h |    0 bits 
         |                             |               |            
 rbss    | Uninitialized internal vars | 0021h - 004Dh |   45 bytes
 idata   | Uninitialized 'idata' vars  | 004Eh - 0089h |   60 bytes
---------|-----------------------------|---------------|------------
 bss     | Uninitialized external vars | 0100h - 0184h |  133 bytes
---------|-----------------------------|---------------|------------

⌨️ 快捷键说明

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