diff options
| author | Xavier ASUS <xavi92psx@gmail.com> | 2019-10-18 00:31:54 +0200 |
|---|---|---|
| committer | Xavier ASUS <xavi92psx@gmail.com> | 2019-10-18 00:31:54 +0200 |
| commit | 268a53de823a6750d6256ee1fb1e7707b4b45740 (patch) | |
| tree | 42c1799a9a82b2f7d9790ee9fe181d72a7274751 /main_sdcc.map | |
| download | sdcc-gas-268a53de823a6750d6256ee1fb1e7707b4b45740.tar.gz | |
sdcc-3.9.0 fork implementing GNU assembler syntax
This fork aims to provide better support for stm8-binutils
Diffstat (limited to 'main_sdcc.map')
| -rw-r--r-- | main_sdcc.map | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/main_sdcc.map b/main_sdcc.map new file mode 100644 index 0000000..a4ab049 --- /dev/null +++ b/main_sdcc.map @@ -0,0 +1,97 @@ +ASxxxx Linker V03.00 + NoICE + sdld, page 1. +Hexadecimal [32-Bits] + +Area Addr Size Decimal Bytes (Attributes) +-------------------------------- ---- ---- ------- ----- ------------ +. .ABS. 00000000 00000000 = 0. bytes (ABS,CON) + + Value Global Global Defined In Module + ----- -------------------------------- ------------------------ + FFFFFFFF s_SSEG + 00000000 .__.ABS. main_sdcc + 00000000 l_CABS + 00000000 l_CONST + 00000000 l_DABS + 00000000 l_DATA + 00000000 l_INITIALIZED + 00000000 l_INITIALIZER + 00000000 l__CODE + 00000000 s_CABS + 00000000 s_DABS + 00000000 s__CODE + 00000001 l_SSEG + 00000001 s_DATA + 00000001 s_INITIALIZED + 00000002 l_CODE + 00000003 l_GSFINAL + 00000007 l_HOME + 0000001A l_GSINIT + 00008000 s_HOME + 00008007 s_GSINIT + 00008021 s_GSFINAL + 00008024 s_CODE + 00008024 s_CONST + 00008024 s_INITIALIZER + +ASxxxx Linker V03.00 + NoICE + sdld, page 2. +Hexadecimal [32-Bits] + +Area Addr Size Decimal Bytes (Attributes) +-------------------------------- ---- ---- ------- ----- ------------ +SSEG FFFFFFFF 00000001 = 1. bytes (REL,CON) + + Value Global Global Defined In Module + ----- -------------------------------- ------------------------ +ASxxxx Linker V03.00 + NoICE + sdld, page 3. +Hexadecimal [32-Bits] + +Area Addr Size Decimal Bytes (Attributes) +-------------------------------- ---- ---- ------- ----- ------------ +HOME 00008000 00000007 = 7. bytes (REL,CON) + + Value Global Global Defined In Module + ----- -------------------------------- ------------------------ +ASxxxx Linker V03.00 + NoICE + sdld, page 4. +Hexadecimal [32-Bits] + +Area Addr Size Decimal Bytes (Attributes) +-------------------------------- ---- ---- ------- ----- ------------ +GSINIT 00008007 0000001A = 26. bytes (REL,CON) + + Value Global Global Defined In Module + ----- -------------------------------- ------------------------ +ASxxxx Linker V03.00 + NoICE + sdld, page 5. +Hexadecimal [32-Bits] + +Area Addr Size Decimal Bytes (Attributes) +-------------------------------- ---- ---- ------- ----- ------------ +GSFINAL 00008021 00000003 = 3. bytes (REL,CON) + + Value Global Global Defined In Module + ----- -------------------------------- ------------------------ +ASxxxx Linker V03.00 + NoICE + sdld, page 6. +Hexadecimal [32-Bits] + +Area Addr Size Decimal Bytes (Attributes) +-------------------------------- ---- ---- ------- ----- ------------ +CODE 00008024 00000002 = 2. bytes (REL,CON) + + Value Global Global Defined In Module + ----- -------------------------------- ------------------------ + 00008024 _main main_sdcc + +ASxxxx Linker V03.00 + NoICE + sdld, page 7. + +Files Linked [ module(s) ] + +main_sdcc.rel [ main_sdcc ] + +ASxxxx Linker V03.00 + NoICE + sdld, page 8. + +User Base Address Definitions + +HOME = 0x8000 +DATA = 0x0001 +SSEG = 0xffffffff + +
\ No newline at end of file |
