1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
Hexadecimal
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
. .ABS. 0000 0000 = 0. bytes (ABS,OVR)
Value Global
-------- --------------------------------
0000 l_XSEG
0000 l__CODE
0000 s__CODE
0000 l_BSEG
0000 s_CODE
0000 s_BSEG
0008 l_GSINIT
000D l_DSEG
0040 s_DSEG
0080 l_ISEG
0080 s_ISEG
0157 l_CODE
0157 s_CSEG
0211 l_GSINIT2
0A88 l_CSEG
0BDF s_GSINIT
0BE7 s_GSINIT2
1000 s_XSEG
Hexadecimal
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
_CODE 0000 0000 = 0. bytes (REL,CON)
Hexadecimal
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
CODE 0000 0157 = 343. bytes (REL,CON,CODE)
Hexadecimal
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
CSEG 0157 0A88 = 2696. bytes (REL,CON,CODE)
Value Global
-------- --------------------------------
0C:03E1 xmemread
0C:08B0 fillusbintr
Hexadecimal
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
GSINIT 0BDF 0008 = 8. bytes (REL,CON,CODE)
Hexadecimal
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
GSINIT2 0BE7 0211 = 529. bytes (REL,CON,CODE)
Hexadecimal
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
BSEG 0000 0000 = 0. bytes (REL,CON,BIT)
Hexadecimal
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
ISEG 0080 0080 = 128. bytes (REL,CON)
Hexadecimal
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
DSEG 0040 000D = 13. bytes (REL,CON)
Hexadecimal
Area Addr Size Decimal Bytes (Attributes)
-------------------------------- ---- ---- ------- ----- ------------
XSEG 1000 0000 = 0. bytes (REL,CON)
ASxxxx Linker V01.70 + NoICE + SDCC Feb 1999, page 1.
Files Linked [ module(s) ]
main.rel [ main ]
ASxxxx Linker V01.70 + NoICE + SDCC Feb 1999, page 2.
User Base Address Definitions
CODE = 0x0000
DSEG = 0x0040
XSEG = 0x1000
ISEG = 0x0080
BSEG = 0x0000
|