| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- GAS LISTING /tmp/ccwJWr9A.s page 1
- 1 .file "uart1.c"
- 2 __SP_H__ = 0x3e
- 3 __SP_L__ = 0x3d
- 4 __SREG__ = 0x3f
- 5 __RAMPZ__ = 0x3b
- 6 __tmp_reg__ = 0
- 7 __zero_reg__ = 1
- 8 .global devUart1
- 9 .data
- 10 .type devUart1, @object
- 11 .size devUart1, 37
- 12 devUart1:
- 13 0000 0000 .word 0
- 14 0002 75 .byte 117
- 15 0003 61 .byte 97
- 16 0004 72 .byte 114
- 17 0005 74 .byte 116
- 18 0006 31 .byte 49
- 19 0007 00 .byte 0
- 20 0008 00 .byte 0
- 21 0009 00 .byte 0
- 22 000a 00 .byte 0
- 23 000b 02 .byte 2
- 24 000c 0100 .word 1
- 25 000e 00 .byte 0
- 26 000f 0000 .word ifs_uart1
- 27 0011 0000 .word dcb_uart1
- 28 0013 0000 .word gs(UartAvrInit)
- 29 0015 0000 .word gs(UartAvrIOCtl)
- 30 0017 0000 .word gs(UartAvrRead)
- 31 0019 0000 .word gs(UartAvrWrite)
- 32 001b 0000 .word gs(UartAvrWrite_P)
- 33 001d 0000 .word gs(UartAvrOpen)
- 34 001f 0000 .word gs(UartAvrClose)
- 35 0021 0000 .word gs(UartAvrSize)
- 36 0023 0000 .word 0
- 37 .local ifs_uart1
- 38 .comm ifs_uart1,524,1
- 39 .local dcb_uart1
- 40 .comm dcb_uart1,16,1
- 41 .ident "GCC: (GNU) 5.3.0"
- 42 .global __do_copy_data
- 43 .global __do_clear_bss
- GAS LISTING /tmp/ccwJWr9A.s page 2
- DEFINED SYMBOLS
- *ABS*:0000000000000000 uart1.c
- /tmp/ccwJWr9A.s:2 *ABS*:000000000000003e __SP_H__
- /tmp/ccwJWr9A.s:3 *ABS*:000000000000003d __SP_L__
- /tmp/ccwJWr9A.s:4 *ABS*:000000000000003f __SREG__
- /tmp/ccwJWr9A.s:5 *ABS*:000000000000003b __RAMPZ__
- /tmp/ccwJWr9A.s:6 *ABS*:0000000000000000 __tmp_reg__
- /tmp/ccwJWr9A.s:7 *ABS*:0000000000000001 __zero_reg__
- /tmp/ccwJWr9A.s:12 .data:0000000000000000 devUart1
- .bss:0000000000000000 ifs_uart1
- /tmp/ccwJWr9A.s:38 .bss:000000000000020c dcb_uart1
- UNDEFINED SYMBOLS
- UartAvrInit
- UartAvrIOCtl
- UartAvrRead
- UartAvrWrite
- UartAvrWrite_P
- UartAvrOpen
- UartAvrClose
- UartAvrSize
- __do_copy_data
- __do_clear_bss
|