-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPropeller Clock.map
57 lines (45 loc) · 4.26 KB
/
Propeller Clock.map
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
MPLINK 4.35, Linker
Linker Map File - Created Wed Jun 14 02:03:21 2017
Section Info
Section Type Address Location Size(Bytes)
--------- --------- --------- --------- ---------
.org_0 code 0x000000 program 0x000002
.cinit romdata 0x000001 program 0x000004
MAIN_PROG code 0x000003 program 0x000000
.org_1 code 0x000004 program 0x000082
Program Memory Usage
Start End
--------- ---------
0x000000 0x000002
0x000004 0x000044
68 out of 8453 program addresses used, program memory utilization is 0%
Symbols - Sorted by Name
Name Address Location Storage File
--------- --------- --------- --------- ---------
START 0x000003 program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
_end 0x000045 program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
degLoop 0x00001b program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
display 0x00002d program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
endOfDisplay 0x00001e program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
isr 0x000043 program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
loop 0x000027 program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
loop2 0x000021 program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
main 0x00000f program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
oneDegreeDelay 0x000019 program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
reset 0x000003 program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
setup 0x000005 program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
Symbols - Sorted by Address
Name Address Location Storage File
--------- --------- --------- --------- ---------
START 0x000003 program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
reset 0x000003 program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
setup 0x000005 program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
main 0x00000f program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
oneDegreeDelay 0x000019 program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
degLoop 0x00001b program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
endOfDisplay 0x00001e program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
loop2 0x000021 program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
loop 0x000027 program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
display 0x00002d program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
isr 0x000043 program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm
_end 0x000045 program static C:\Users\sng\Documents\GitHub\Propeller-Clock\Propeller Clock.asm