Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
99 | gunterl | 1 | 1 .file "GPS.c" |
2 | 2 .arch atmega644p |
||
3 | 3 __SREG__ = 0x3f |
||
4 | 4 __SP_H__ = 0x3e |
||
5 | 5 __SP_L__ = 0x3d |
||
6 | 6 __tmp_reg__ = 0 |
||
7 | 7 __zero_reg__ = 1 |
||
8 | 8 .global __do_copy_data |
||
9 | 9 .global __do_clear_bss |
||
10 | 10 .text |
||
11 | 11 .global GPS_Neutral |
||
12 | 13 GPS_Neutral: |
||
13 | 14 /* prologue: frame size=0 */ |
||
14 | 15 /* prologue end (size=0) */ |
||
15 | 16 0000 8091 0000 lds r24,GpsAktuell_X |
||
16 | 17 0004 9091 0000 lds r25,(GpsAktuell_X)+1 |
||
17 | 18 0008 A091 0000 lds r26,(GpsAktuell_X)+2 |
||
18 | 19 000c B091 0000 lds r27,(GpsAktuell_X)+3 |
||
19 | 20 0010 8093 0000 sts GpsZiel_X,r24 |
||
20 | 21 0014 9093 0000 sts (GpsZiel_X)+1,r25 |
||
21 | 22 0018 A093 0000 sts (GpsZiel_X)+2,r26 |
||
22 | 23 001c B093 0000 sts (GpsZiel_X)+3,r27 |
||
23 | 24 0020 8091 0000 lds r24,GpsAktuell_Y |
||
24 | 25 0024 9091 0000 lds r25,(GpsAktuell_Y)+1 |
||
25 | 26 0028 A091 0000 lds r26,(GpsAktuell_Y)+2 |
||
26 | 27 002c B091 0000 lds r27,(GpsAktuell_Y)+3 |
||
27 | 28 0030 8093 0000 sts GpsZiel_Y,r24 |
||
28 | 29 0034 9093 0000 sts (GpsZiel_Y)+1,r25 |
||
29 | 30 0038 A093 0000 sts (GpsZiel_Y)+2,r26 |
||
30 | 31 003c B093 0000 sts (GpsZiel_Y)+3,r27 |
||
31 | 32 /* epilogue: frame size=0 */ |
||
32 | 33 0040 0895 ret |
||
33 | 34 /* epilogue end (size=1) */ |
||
34 | 35 /* function GPS_Neutral size 33 (32) */ |
||
35 | 37 .global GPS_BerechneZielrichtung |
||
36 | 39 GPS_BerechneZielrichtung: |
||
37 | 40 /* prologue: frame size=0 */ |
||
38 | 41 /* prologue end (size=0) */ |
||
39 | 42 0042 1092 0000 sts (GPS_Nick)+1,__zero_reg__ |
||
40 | 43 0046 1092 0000 sts GPS_Nick,__zero_reg__ |
||
41 | 44 004a 1092 0000 sts (GPS_Roll)+1,__zero_reg__ |
||
42 | 45 004e 1092 0000 sts GPS_Roll,__zero_reg__ |
||
43 | 46 /* epilogue: frame size=0 */ |
||
44 | 47 0052 0895 ret |
||
45 | 48 /* epilogue end (size=1) */ |
||
46 | 49 /* function GPS_BerechneZielrichtung size 9 (8) */ |
||
47 | 51 .global GPS_Nick |
||
48 | 52 .global GPS_Nick |
||
49 | 53 .section .bss |
||
50 | 56 GPS_Nick: |
||
51 | 57 0000 0000 .skip 2,0 |
||
52 | 58 .global GPS_Roll |
||
53 | 59 .global GPS_Roll |
||
54 | 62 GPS_Roll: |
||
55 | 63 0002 0000 .skip 2,0 |
||
56 | 64 .global GpsAktuell_X |
||
57 | 65 .global GpsAktuell_X |
||
58 | 68 GpsAktuell_X: |
||
59 | 69 0004 0000 0000 .skip 4,0 |
||
60 | 70 .global GpsAktuell_Y |
||
61 | 71 .global GpsAktuell_Y |
||
62 | 74 GpsAktuell_Y: |
||
63 | 75 0008 0000 0000 .skip 4,0 |
||
64 | 76 .global GpsZiel_X |
||
65 | 77 .global GpsZiel_X |
||
66 | 80 GpsZiel_X: |
||
67 | 81 000c 0000 0000 .skip 4,0 |
||
68 | 82 .global GpsZiel_Y |
||
69 | 83 .global GpsZiel_Y |
||
70 | 86 GpsZiel_Y: |
||
71 | 87 0010 0000 0000 .skip 4,0 |
||
72 | 88 /* File "GPS.c": code 42 = 0x002a ( 40), prologues 0, epilogues 2 */ |
||
73 | DEFINED SYMBOLS |
||
74 | *ABS*:00000000 GPS.c |
||
75 | C:\Users\gunterl\AppData\Local\Temp/ccf5csmB.s:3 *ABS*:0000003f __SREG__ |
||
76 | C:\Users\gunterl\AppData\Local\Temp/ccf5csmB.s:4 *ABS*:0000003e __SP_H__ |
||
77 | C:\Users\gunterl\AppData\Local\Temp/ccf5csmB.s:5 *ABS*:0000003d __SP_L__ |
||
78 | C:\Users\gunterl\AppData\Local\Temp/ccf5csmB.s:6 *ABS*:00000000 __tmp_reg__ |
||
79 | C:\Users\gunterl\AppData\Local\Temp/ccf5csmB.s:7 *ABS*:00000001 __zero_reg__ |
||
80 | C:\Users\gunterl\AppData\Local\Temp/ccf5csmB.s:13 .text:00000000 GPS_Neutral |
||
81 | C:\Users\gunterl\AppData\Local\Temp/ccf5csmB.s:68 .bss:00000004 GpsAktuell_X |
||
82 | C:\Users\gunterl\AppData\Local\Temp/ccf5csmB.s:80 .bss:0000000c GpsZiel_X |
||
83 | C:\Users\gunterl\AppData\Local\Temp/ccf5csmB.s:74 .bss:00000008 GpsAktuell_Y |
||
84 | C:\Users\gunterl\AppData\Local\Temp/ccf5csmB.s:86 .bss:00000010 GpsZiel_Y |
||
85 | C:\Users\gunterl\AppData\Local\Temp/ccf5csmB.s:39 .text:00000042 GPS_BerechneZielrichtung |
||
86 | C:\Users\gunterl\AppData\Local\Temp/ccf5csmB.s:56 .bss:00000000 GPS_Nick |
||
87 | C:\Users\gunterl\AppData\Local\Temp/ccf5csmB.s:62 .bss:00000002 GPS_Roll |
||
88 | |||
89 | UNDEFINED SYMBOLS |
||
90 | __do_copy_data |
||
91 | __do_clear_bss |