lab3.map

来自「使用PIC24 16位单片机 读写SD卡 支持FAT32」· MAP 代码 · 共 717 行 · 第 1/5 页

MAP
717
字号
                  0x001eca                  _EraseCluster
                  0x001f2c                  _Cluster2Sector
                  0x001f8a                  _fwrite
                  0x001fd6                  _feof
                  0x001ffa                  _fread
                  0x002026                  _fclose
                  0x002042                  _FormatFileName
                  0x00212c                  _ValidateChars
                  0x00218e                  _isShort
                  0x002232                  _LCDProcessEvents
                  0x0023be                  _main
                  0x00244a                  _LCDwait
                  0x002484                  __DefaultInterrupt

External Symbols in Program Memory (by name):

                  0x000620                  _CFread
                  0x00060e                  _CFwait
                  0x0006ae                  _CFwrite
                  0x000f60                  _Cache_File_Entry
                  0x001f2c                  _Cluster2Sector
                  0x00129e                  _CreateFileEntry
                  0x001308                  _CreateFirstCluster
                  0x000332                  _DISKmount
                  0x001eca                  _EraseCluster
                  0x000964                  _FAT16Init
                  0x00157e                  _FATReadQueued
                  0x000ede                  _FAT_erase_cluster_chain
                  0x001502                  _FATfindEmptyCluster
                  0x000ac0                  _FATread
                  0x000e1e                  _FATwrite
                  0x001e5e                  _FILECreateHeadCluster
                  0x0014a8                  _FILEallocate_new_cluster
                  0x001910                  _FILEerase
                  0x0009f2                  _FILEfind
                  0x000d4c                  _FILEget_next_cluster
                  0x000b40                  _FILEopen
                  0x001e22                  _FileObjectCopy
                  0x001774                  _Fill_File_Object
                  0x001342                  _FindEmptyEntries
                  0x002042                  _FormatFileName
                  0x00167a                  _IncrementTimeStamp
                  0x002232                  _LCDProcessEvents
                  0x00244a                  _LCDwait
                  0x000418                  _LoadBootSector
                  0x0018b6                  _LoadDirAttrib
                  0x00036e                  _LoadMBR
                  0x0005ec                  _MediaDetect
                  0x0005b0                  _MediaInit
                  0x00140a                  _PopulateEntries
                  0x0008ca                  _ReadByte
                  0x000910                  _ReadDWord
                  0x0008da                  _ReadWord
                  0x00071e                  _SECTORread
                  0x00080e                  _SECTORwrite
                  0x000312                  _StartupCard
                  0x0008bc                  _StopCard
                  0x00212c                  _ValidateChars
                  0x000606                  _WriteProtectState
                  0x000db8                  _Write_File_Entry
                  0x002484                  __DefaultInterrupt
                  0x0015f0                  ___fclose
                  0x0019a6                  ___fopen
                  0x000bf6                  ___fread
                  0x001bcc                  ___fseek
                  0x0010a2                  ___fwrite
                  0x0002f2                  ___udivsi3
                  0x000200                  __resetPRI
                  0x002026                  _fclose
                  0x001fd6                  _feof
                  0x000984                  _fopen
                  0x001ffa                  _fread
                  0x001dce                  _fseek
                  0x001d38                  _ftell
                  0x001f8a                  _fwrite
                  0x00218e                  _isShort
                  0x0023be                  _main
                  0x0002bc                  _memset
                  0x001d46                  _remove
                  0x001dfa                  _rewind
                  0x0002e2                  _strchr
                  0x0002d8                  _strcpy
                  0x0002ca                  _strlen
                  0x00028e                  _strncpy
                  0x000280                  _tolower
                  0x0002ae                  _toupper

Memory Configuration

Name             Origin             Length             Attributes
data             0x000800           0x002000           a !xr
reset            0x000000           0x000004  
ivt              0x000004           0x0000fc  
aivt             0x000104           0x0000fc  
program          0x000200           0x0155fc           xr
config1          0x0157fc           0x000002  
config2          0x0157fe           0x000002  
*default*        0x000000           0xffffffff  

Linker script and memory map

LOAD C:\DecTrain\ExtraLab\cf.o
LOAD C:\DecTrain\ExtraLab\fileio.o
LOAD C:\DecTrain\ExtraLab\lcd.o
LOAD C:\DecTrain\ExtraLab\Lab3.o
                    0x0004                  __IVT_BASE = 0x4
                    0x0104                  __AIVT_BASE = 0x104
                    0x0800                  __DATA_BASE = 0x800
                    0x0200                  __CODE_BASE = 0x200

.reset            0x000000          0x4
                  0x000000          0x2 SHORT 0x200 <code 336> (__reset)
                  0x000001          0x2 SHORT 0x4
                  0x000002          0x2 SHORT 0x0 ((<code 336> (__reset) >> 0x10) & 0x7f)
                  0x000003          0x2 SHORT 0x0

.text             0x000200       0x225a
 *(.handle)
 *(.libc)
 .libc            0x000200         0x80 C:\Program Files\Microchip\MPLAB C30\bin\..\lib\libpic30-coff.a(crt0.o)
                  0x000200                  _resetPRI
                  0x000200                  _reset
                  0x000214                  _psv_init
                  0x000224                  _data_init
 .libc            0x000280          0xe C:\Program Files\Microchip\MPLAB C30\bin\..\lib\libc-coff.a(tolower.os)
                  0x000280                  tolower
 .libc            0x00028e         0x20 C:\Program Files\Microchip\MPLAB C30\bin\..\lib\libc-coff.a(strncpy.o)
                  0x00028e                  strncpy
 .libc            0x0002ae          0xe C:\Program Files\Microchip\MPLAB C30\bin\..\lib\libc-coff.a(toupper.os)
                  0x0002ae                  toupper
 .libc            0x0002bc          0xe C:\Program Files\Microchip\MPLAB C30\bin\..\lib\libc-coff.a(memset.o)
                  0x0002bc                  memset
 .libc            0x0002ca          0xe C:\Program Files\Microchip\MPLAB C30\bin\..\lib\libc-coff.a(strlen.o)
                  0x0002ca                  strlen
 .libc            0x0002d8          0xa C:\Program Files\Microchip\MPLAB C30\bin\..\lib\libc-coff.a(strcpy.o)
                  0x0002d8                  strcpy
 .libc            0x0002e2         0x10 C:\Program Files\Microchip\MPLAB C30\bin\..\lib\libc-coff.a(strchr.o)
                  0x0002e2                  strchr
 *(.libm)
 .libm            0x0002f2         0x20 C:\Program Files\Microchip\MPLAB C30\bin\..\lib\libm-coff.a(udivsi3.o)
                  0x0002f2                  __udivsi3
 *(.libdsp)
 *(.lib*)
 *(.text)

⌨️ 快捷键说明

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