light.map

来自「C51 编写的通过按键调节led灯亮度的程序,用定时器产生可调PWM.」· MAP 代码 · 共 47 行

MAP
47
字号
MPLINK 4.20, Linker
Linker Map File - Created Thu Oct 30 00:49:29 2008

                                 Section Info
                  Section       Type    Address   Location Size(Bytes)
                ---------  ---------  ---------  ---------  ---------
                   .org_0       code   0x000000    program   0x000004
                   .cinit    romdata   0x000004    program   0x000002
                   .org_1       code   0x000020    program   0x00003a



                              Program Memory Usage 
                               Start         End      
                           ---------   ---------      
                            0x000000    0x000005      
                            0x000020    0x000059      
            64 out of 33048 program addresses used, program memory utilization is 0%



                              Symbols - Sorted by Name
                     Name    Address   Location    Storage File                     
                ---------  ---------  ---------  --------- ---------                
                      ABC   0x000058    program     static E:\pic\light\light.asm   
                  DELAY1S   0x000038    program     static E:\pic\light\light.asm   
                     LOOP   0x00002a    program     static E:\pic\light\light.asm   
                    LOOP1   0x00003c    program     static E:\pic\light\light.asm   
                    LOOP2   0x000040    program     static E:\pic\light\light.asm   
                    LOOP3   0x000044    program     static E:\pic\light\light.asm   
                     MAIN   0x000020    program     static E:\pic\light\light.asm   



                              Symbols - Sorted by Address
                     Name    Address   Location    Storage File                     
                ---------  ---------  ---------  --------- ---------                
                     MAIN   0x000020    program     static E:\pic\light\light.asm   
                     LOOP   0x00002a    program     static E:\pic\light\light.asm   
                  DELAY1S   0x000038    program     static E:\pic\light\light.asm   
                    LOOP1   0x00003c    program     static E:\pic\light\light.asm   
                    LOOP2   0x000040    program     static E:\pic\light\light.asm   
                    LOOP3   0x000044    program     static E:\pic\light\light.asm   
                      ABC   0x000058    program     static E:\pic\light\light.asm   


⌨️ 快捷键说明

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