vfprintf.lst 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. GAS LISTING /tmp/ccbXllPZ.s page 1
  2. 1 .file "vfprintf.c"
  3. 2 __SP_H__ = 0x3e
  4. 3 __SP_L__ = 0x3d
  5. 4 __SREG__ = 0x3f
  6. 5 __RAMPZ__ = 0x3b
  7. 6 __tmp_reg__ = 0
  8. 7 __zero_reg__ = 1
  9. 8 .section .text.vfprintf,"ax",@progbits
  10. 9 .global vfprintf
  11. 10 .type vfprintf, @function
  12. 11 vfprintf:
  13. 12 0000 0F93 push r16
  14. 13 0002 1F93 push r17
  15. 14 /* prologue: function */
  16. 15 /* frame size = 0 */
  17. 16 /* stack size = 2 */
  18. 17 .L__stack_usage = 2
  19. 18 0004 9B01 movw r18,r22
  20. 19 0006 FC01 movw r30,r24
  21. 20 0008 8081 ld r24,Z
  22. 21 000a 9181 ldd r25,Z+1
  23. 22 000c 8A01 movw r16,r20
  24. 23 000e AC01 movw r20,r24
  25. 24 0010 60E0 ldi r22,lo8(gs(_write_P))
  26. 25 0012 70E0 ldi r23,hi8(gs(_write_P))
  27. 26 0014 80E0 ldi r24,lo8(gs(_write))
  28. 27 0016 90E0 ldi r25,hi8(gs(_write))
  29. 28 0018 0E94 0000 call _putf
  30. 29 /* epilogue start */
  31. 30 001c 1F91 pop r17
  32. 31 001e 0F91 pop r16
  33. 32 0020 0895 ret
  34. 33 .size vfprintf, .-vfprintf
  35. 34 .ident "GCC: (GNU) 5.3.0"
  36. GAS LISTING /tmp/ccbXllPZ.s page 2
  37. DEFINED SYMBOLS
  38. *ABS*:0000000000000000 vfprintf.c
  39. /tmp/ccbXllPZ.s:2 *ABS*:000000000000003e __SP_H__
  40. /tmp/ccbXllPZ.s:3 *ABS*:000000000000003d __SP_L__
  41. /tmp/ccbXllPZ.s:4 *ABS*:000000000000003f __SREG__
  42. /tmp/ccbXllPZ.s:5 *ABS*:000000000000003b __RAMPZ__
  43. /tmp/ccbXllPZ.s:6 *ABS*:0000000000000000 __tmp_reg__
  44. /tmp/ccbXllPZ.s:7 *ABS*:0000000000000001 __zero_reg__
  45. /tmp/ccbXllPZ.s:11 .text.vfprintf:0000000000000000 vfprintf
  46. UNDEFINED SYMBOLS
  47. _write_P
  48. _write
  49. _putf