Rev 2302 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2287 | - | 1 | 1 .file "GPS.c" |
2 | 2 .arch atmega1284p |
||
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 .global GPS_Aid_StickMultiplikator |
||
11 | 11 .global GPS_Aid_StickMultiplikator |
||
12 | 12 .section .bss |
||
13 | 15 GPS_Aid_StickMultiplikator: |
||
14 | 16 0000 00 .skip 1,0 |
||
15 | 17 .global GPS_Roll |
||
16 | 18 .global GPS_Roll |
||
17 | 21 GPS_Roll: |
||
18 | 22 0001 0000 .skip 2,0 |
||
19 | 23 .global GPS_Nick |
||
20 | 24 .global GPS_Nick |
||
21 | 27 GPS_Nick: |
||
22 | 28 0003 0000 .skip 2,0 |
||
23 | 29 /* File "GPS.c": code 0 = 0x0000 ( 0), prologues 0, epilogues 0 */ |
||
24 | DEFINED SYMBOLS |
||
25 | *ABS*:00000000 GPS.c |
||
26 | C:\Temp/ccPUXh3r.s:3 *ABS*:0000003f __SREG__ |
||
27 | C:\Temp/ccPUXh3r.s:4 *ABS*:0000003e __SP_H__ |
||
28 | C:\Temp/ccPUXh3r.s:5 *ABS*:0000003d __SP_L__ |
||
29 | C:\Temp/ccPUXh3r.s:6 *ABS*:00000000 __tmp_reg__ |
||
30 | C:\Temp/ccPUXh3r.s:7 *ABS*:00000001 __zero_reg__ |
||
31 | C:\Temp/ccPUXh3r.s:15 .bss:00000000 GPS_Aid_StickMultiplikator |
||
32 | C:\Temp/ccPUXh3r.s:21 .bss:00000001 GPS_Roll |
||
33 | C:\Temp/ccPUXh3r.s:27 .bss:00000003 GPS_Nick |
||
34 | |||
35 | UNDEFINED SYMBOLS |
||
36 | __do_copy_data |
||
37 | __do_clear_bss |