Oops - fix path case in the Webserver project makefile, to fix *nix builds.
[pub/USBasp.git] / Projects / Webserver / Lib / FATFs / diskio.lst
1 1 .file "diskio.c"
2 2 __SREG__ = 0x3f
3 3 __SP_H__ = 0x3e
4 4 __SP_L__ = 0x3d
5 5 __CCP__ = 0x34
6 6 __tmp_reg__ = 0
7 7 __zero_reg__ = 1
8 15 .Ltext0:
9 16 .section .text.disk_initialize,"ax",@progbits
10 17 .global disk_initialize
11 19 disk_initialize:
12 20 .LFB54:
13 21 .LSM0:
14 22 .LVL0:
15 23 /* prologue: function */
16 24 /* frame size = 0 */
17 25 .LSM1:
18 26 0000 80E0 ldi r24,lo8(0)
19 27 .LVL1:
20 28 /* epilogue start */
21 29 0002 0895 ret
22 30 .LFE54:
23 32 .section .text.disk_status,"ax",@progbits
24 33 .global disk_status
25 35 disk_status:
26 36 .LFB55:
27 37 .LSM2:
28 38 .LVL2:
29 39 /* prologue: function */
30 40 /* frame size = 0 */
31 41 .LSM3:
32 42 0000 80E0 ldi r24,lo8(0)
33 43 .LVL3:
34 44 /* epilogue start */
35 45 0002 0895 ret
36 46 .LFE55:
37 48 .section .text.disk_ioctl,"ax",@progbits
38 49 .global disk_ioctl
39 51 disk_ioctl:
40 52 .LFB58:
41 53 .LSM4:
42 54 .LVL4:
43 55 /* prologue: function */
44 56 /* frame size = 0 */
45 57 .LSM5:
46 58 0000 6623 tst r22
47 59 0002 01F0 breq .L6
48 60 0004 84E0 ldi r24,lo8(4)
49 61 .LVL5:
50 62 0006 0895 ret
51 63 .LVL6:
52 64 .L6:
53 65 0008 80E0 ldi r24,lo8(0)
54 66 .LVL7:
55 67 .LSM6:
56 68 000a 0895 ret
57 69 .LFE58:
58 71 .section .text.get_fattime,"ax",@progbits
59 72 .global get_fattime
60 74 get_fattime:
61 75 .LFB59:
62 76 .LSM7:
63 77 /* prologue: function */
64 78 /* frame size = 0 */
65 79 .LSM8:
66 80 0000 61E2 ldi r22,lo8(35719201)
67 81 0002 78E0 ldi r23,hi8(35719201)
68 82 0004 81E2 ldi r24,hlo8(35719201)
69 83 0006 92E0 ldi r25,hhi8(35719201)
70 84 /* epilogue start */
71 85 0008 0895 ret
72 86 .LFE59:
73 88 .section .text.disk_write,"ax",@progbits
74 89 .global disk_write
75 91 disk_write:
76 92 .LFB57:
77 93 .LSM9:
78 94 .LVL8:
79 95 0000 0F93 push r16
80 96 .LVL9:
81 97 /* prologue: function */
82 98 /* frame size = 0 */
83 99 0002 FB01 movw r30,r22
84 100 .LSM10:
85 101 0004 CA01 movw r24,r20
86 102 0006 B901 movw r22,r18
87 103 .LVL10:
88 104 0008 402F mov r20,r16
89 105 .LVL11:
90 106 000a 50E0 ldi r21,lo8(0)
91 107 000c 9F01 movw r18,r30
92 108 .LVL12:
93 109 000e 0E94 0000 call DataflashManager_WriteBlocks_RAM
94 110 .LVL13:
95 111 .LSM11:
96 112 0012 80E0 ldi r24,lo8(0)
97 113 /* epilogue start */
98 114 0014 0F91 pop r16
99 115 .LVL14:
100 116 0016 0895 ret
101 117 .LFE57:
102 119 .section .text.disk_read,"ax",@progbits
103 120 .global disk_read
104 122 disk_read:
105 123 .LFB56:
106 124 .LSM12:
107 125 .LVL15:
108 126 0000 0F93 push r16
109 127 .LVL16:
110 128 /* prologue: function */
111 129 /* frame size = 0 */
112 130 0002 FB01 movw r30,r22
113 131 .LSM13:
114 132 0004 CA01 movw r24,r20
115 133 0006 B901 movw r22,r18
116 134 .LVL17:
117 135 0008 402F mov r20,r16
118 136 .LVL18:
119 137 000a 50E0 ldi r21,lo8(0)
120 138 000c 9F01 movw r18,r30
121 139 .LVL19:
122 140 000e 0E94 0000 call DataflashManager_ReadBlocks_RAM
123 141 .LVL20:
124 142 .LSM14:
125 143 0012 80E0 ldi r24,lo8(0)
126 144 /* epilogue start */
127 145 0014 0F91 pop r16
128 146 .LVL21:
129 147 0016 0895 ret
130 148 .LFE56:
131 214 .Letext0:
132 DEFINED SYMBOLS
133 *ABS*:00000000 diskio.c
134 C:\Users\Dean\AppData\Local\Temp/cczn3Odi.s:2 *ABS*:0000003f __SREG__
135 C:\Users\Dean\AppData\Local\Temp/cczn3Odi.s:3 *ABS*:0000003e __SP_H__
136 C:\Users\Dean\AppData\Local\Temp/cczn3Odi.s:4 *ABS*:0000003d __SP_L__
137 C:\Users\Dean\AppData\Local\Temp/cczn3Odi.s:5 *ABS*:00000034 __CCP__
138 C:\Users\Dean\AppData\Local\Temp/cczn3Odi.s:6 *ABS*:00000000 __tmp_reg__
139 C:\Users\Dean\AppData\Local\Temp/cczn3Odi.s:7 *ABS*:00000001 __zero_reg__
140 C:\Users\Dean\AppData\Local\Temp/cczn3Odi.s:19 .text.disk_initialize:00000000 disk_initialize
141 C:\Users\Dean\AppData\Local\Temp/cczn3Odi.s:35 .text.disk_status:00000000 disk_status
142 C:\Users\Dean\AppData\Local\Temp/cczn3Odi.s:51 .text.disk_ioctl:00000000 disk_ioctl
143 C:\Users\Dean\AppData\Local\Temp/cczn3Odi.s:74 .text.get_fattime:00000000 get_fattime
144 C:\Users\Dean\AppData\Local\Temp/cczn3Odi.s:91 .text.disk_write:00000000 disk_write
145 C:\Users\Dean\AppData\Local\Temp/cczn3Odi.s:122 .text.disk_read:00000000 disk_read
146
147 UNDEFINED SYMBOLS
148 DataflashManager_WriteBlocks_RAM
149 DataflashManager_ReadBlocks_RAM