| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- GAS LISTING /tmp/ccmV3or5.s page 1
- 1 .file "fputs_p.c"
- 2 __SP_H__ = 0x3e
- 3 __SP_L__ = 0x3d
- 4 __SREG__ = 0x3f
- 5 __RAMPZ__ = 0x3b
- 6 __tmp_reg__ = 0
- 7 __zero_reg__ = 1
- 8 .section .text.fputs_P,"ax",@progbits
- 9 .global fputs_P
- 10 .type fputs_P, @function
- 11 fputs_P:
- 12 0000 0F93 push r16
- 13 0002 1F93 push r17
- 14 0004 CF93 push r28
- 15 0006 DF93 push r29
- 16 /* prologue: function */
- 17 /* frame size = 0 */
- 18 /* stack size = 4 */
- 19 .L__stack_usage = 4
- 20 0008 EC01 movw r28,r24
- 21 000a 8B01 movw r16,r22
- 22 000c 0E94 0000 call __strlen_P
- 23 0010 AC01 movw r20,r24
- 24 0012 BE01 movw r22,r28
- 25 0014 F801 movw r30,r16
- 26 0016 8081 ld r24,Z
- 27 0018 9181 ldd r25,Z+1
- 28 /* epilogue start */
- 29 001a DF91 pop r29
- 30 001c CF91 pop r28
- 31 001e 1F91 pop r17
- 32 0020 0F91 pop r16
- 33 0022 0C94 0000 jmp _write_P
- 34 .size fputs_P, .-fputs_P
- 35 .ident "GCC: (GNU) 5.3.0"
- GAS LISTING /tmp/ccmV3or5.s page 2
- DEFINED SYMBOLS
- *ABS*:0000000000000000 fputs_p.c
- /tmp/ccmV3or5.s:2 *ABS*:000000000000003e __SP_H__
- /tmp/ccmV3or5.s:3 *ABS*:000000000000003d __SP_L__
- /tmp/ccmV3or5.s:4 *ABS*:000000000000003f __SREG__
- /tmp/ccmV3or5.s:5 *ABS*:000000000000003b __RAMPZ__
- /tmp/ccmV3or5.s:6 *ABS*:0000000000000000 __tmp_reg__
- /tmp/ccmV3or5.s:7 *ABS*:0000000000000001 __zero_reg__
- /tmp/ccmV3or5.s:11 .text.fputs_P:0000000000000000 fputs_P
- UNDEFINED SYMBOLS
- __strlen_P
- _write_P
|