Subversion Repositories svnkaklik

Rev

Rev 174 | Rev 409 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 174 Rev 182
Line 1... Line 1...
1
GAS LISTING /tmp/ccATXzNG.s 			page 1
1
GAS LISTING /tmp/ccz6pioi.s 			page 1
2
 
2
 
3
 
3
 
4
   1               		.file	"DebugInterface.c"
4
   1               		.file	"DebugInterface.c"
5
   2               		.arch atmega8
5
   2               		.arch atmega8
6
   3               	__SREG__ = 0x3f
6
   3               	__SREG__ = 0x3f
Line 56... Line 56...
56
  53               		.stabs	"uint_least64_t:t(6,18)=(6,8)",128,0,187,0
56
  53               		.stabs	"uint_least64_t:t(6,18)=(6,8)",128,0,187,0
57
  54               		.stabs	"int_fast8_t:t(6,19)=(6,1)",128,0,200,0
57
  54               		.stabs	"int_fast8_t:t(6,19)=(6,1)",128,0,200,0
58
  55               		.stabs	"uint_fast8_t:t(6,20)=(6,2)",128,0,205,0
58
  55               		.stabs	"uint_fast8_t:t(6,20)=(6,2)",128,0,205,0
59
  56               		.stabs	"int_fast16_t:t(6,21)=(6,3)",128,0,210,0
59
  56               		.stabs	"int_fast16_t:t(6,21)=(6,3)",128,0,210,0
60
  57               		.stabs	"uint_fast16_t:t(6,22)=(6,4)",128,0,215,0
60
  57               		.stabs	"uint_fast16_t:t(6,22)=(6,4)",128,0,215,0
61
GAS LISTING /tmp/ccATXzNG.s 			page 2
61
GAS LISTING /tmp/ccz6pioi.s 			page 2
62
 
62
 
63
 
63
 
64
  58               		.stabs	"int_fast32_t:t(6,23)=(6,5)",128,0,220,0
64
  58               		.stabs	"int_fast32_t:t(6,23)=(6,5)",128,0,220,0
65
  59               		.stabs	"uint_fast32_t:t(6,24)=(6,6)",128,0,225,0
65
  59               		.stabs	"uint_fast32_t:t(6,24)=(6,6)",128,0,225,0
66
  60               		.stabs	"int_fast64_t:t(6,25)=(6,7)",128,0,230,0
66
  60               		.stabs	"int_fast64_t:t(6,25)=(6,7)",128,0,230,0
Line 116... Line 116...
116
  33:DebugInterface.c **** 	debugging that is available is through the on-board
116
  33:DebugInterface.c **** 	debugging that is available is through the on-board
117
  34:DebugInterface.c **** 	UART (which is used by the main application as well) in
117
  34:DebugInterface.c **** 	UART (which is used by the main application as well) in
118
  35:DebugInterface.c **** 	addition to the LED hooked up at PORTD bit 6.
118
  35:DebugInterface.c **** 	addition to the LED hooked up at PORTD bit 6.
119
  36:DebugInterface.c ****     
119
  36:DebugInterface.c ****     
120
  37:DebugInterface.c ****     Revision History:
120
  37:DebugInterface.c ****     Revision History:
121
GAS LISTING /tmp/ccATXzNG.s 			page 3
121
GAS LISTING /tmp/ccz6pioi.s 			page 3
122
 
122
 
123
 
123
 
124
  38:DebugInterface.c ****     Date        Rel Ver.    Notes
124
  38:DebugInterface.c ****     Date        Rel Ver.    Notes
125
  39:DebugInterface.c ****     4/10/2004      0.1     Module created
125
  39:DebugInterface.c ****     4/10/2004      0.1     Module created
126
  40:DebugInterface.c ****     6/30/2004      1.0     Initial release for Circuit Cellar
126
  40:DebugInterface.c ****     6/30/2004      1.0     Initial release for Circuit Cellar
Line 176... Line 176...
176
  91 0006 91E0      		ldi r25,hi8(500)
176
  91 0006 91E0      		ldi r25,hi8(500)
177
  92 0008 00D0      		rcall Utility_delay
177
  92 0008 00D0      		rcall Utility_delay
178
  77:DebugInterface.c ****     PORTD &= 0xBF;
178
  77:DebugInterface.c ****     PORTD &= 0xBF;
179
  93               		.stabn	68,0,77,.LM4-DebugInt_init
179
  93               		.stabn	68,0,77,.LM4-DebugInt_init
180
  94               	.LM4:
180
  94               	.LM4:
181
GAS LISTING /tmp/ccATXzNG.s 			page 4
181
GAS LISTING /tmp/ccz6pioi.s 			page 4
182
 
182
 
183
 
183
 
184
  95 000a 9698      		cbi 50-0x20,6
184
  95 000a 9698      		cbi 50-0x20,6
185
  78:DebugInterface.c ****     Utility_delay(500);
185
  78:DebugInterface.c ****     Utility_delay(500);
186
  96               		.stabn	68,0,78,.LM5-DebugInt_init
186
  96               		.stabn	68,0,78,.LM5-DebugInt_init
Line 236... Line 236...
236
 137 0034 0895      		ret
236
 137 0034 0895      		ret
237
 138               	/* epilogue end (size=1) */
237
 138               	/* epilogue end (size=1) */
238
 139               	/* function DebugInt_init size 27 (26) */
238
 139               	/* function DebugInt_init size 27 (26) */
239
 140               		.size	DebugInt_init, .-DebugInt_init
239
 140               		.size	DebugInt_init, .-DebugInt_init
240
 141               	.Lscope0:
240
 141               	.Lscope0:
241
GAS LISTING /tmp/ccATXzNG.s 			page 5
241
GAS LISTING /tmp/ccz6pioi.s 			page 5
242
 
242
 
243
 
243
 
244
 142               		.stabs	"",36,0,0,.Lscope0-DebugInt_init
244
 142               		.stabs	"",36,0,0,.Lscope0-DebugInt_init
245
 143               		.stabd	78,0,0
245
 143               		.stabd	78,0,0
246
 144               		.stabs	"",100,0,0,.Letext0
246
 144               		.stabs	"",100,0,0,.Letext0
247
 145               	.Letext0:
247
 145               	.Letext0:
248
 146               	/* File "DebugInterface.c": code   27 = 0x001b (  26), prologues   0, epilogues   1 */
248
 146               	/* File "DebugInterface.c": code   27 = 0x001b (  26), prologues   0, epilogues   1 */
249
GAS LISTING /tmp/ccATXzNG.s 			page 6
249
GAS LISTING /tmp/ccz6pioi.s 			page 6
250
 
250
 
251
 
251
 
252
DEFINED SYMBOLS
252
DEFINED SYMBOLS
253
                            *ABS*:00000000 DebugInterface.c
253
                            *ABS*:00000000 DebugInterface.c
254
     /tmp/ccATXzNG.s:3      *ABS*:0000003f __SREG__
254
     /tmp/ccz6pioi.s:3      *ABS*:0000003f __SREG__
255
     /tmp/ccATXzNG.s:4      *ABS*:0000003e __SP_H__
255
     /tmp/ccz6pioi.s:4      *ABS*:0000003e __SP_H__
256
     /tmp/ccATXzNG.s:5      *ABS*:0000003d __SP_L__
256
     /tmp/ccz6pioi.s:5      *ABS*:0000003d __SP_L__
257
     /tmp/ccATXzNG.s:6      *ABS*:00000000 __tmp_reg__
257
     /tmp/ccz6pioi.s:6      *ABS*:00000000 __tmp_reg__
258
     /tmp/ccATXzNG.s:7      *ABS*:00000001 __zero_reg__
258
     /tmp/ccz6pioi.s:7      *ABS*:00000001 __zero_reg__
259
     /tmp/ccATXzNG.s:76     .text:00000000 DebugInt_init
259
     /tmp/ccz6pioi.s:76     .text:00000000 DebugInt_init
260
 
260
 
261
UNDEFINED SYMBOLS
261
UNDEFINED SYMBOLS
262
__do_copy_data
262
__do_copy_data
263
__do_clear_bss
263
__do_clear_bss
264
Utility_delay
264
Utility_delay