Subversion Repositories FlightCtrl

Rev

Details | Last modification | View Log | RSS feed

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