2016-12-05 11:15 PM
Hello,
Very interested, why needs code what marked bold? In the documentation, this bit is designated as insignificant.
163 ; 28 __interrupt void _on_tick_(void)
163 ; 29 {
164 switch .text
165 0034 __on_tick_:
167 0034 8a push cc
168 0035 84 pop a 169 0036 a4bf and a,&sharp191 170 0038 88 push a 171 0039 86 pop cc172 003a 3b0002 push c_x+2
173 003d be00 ldw x,c_x
...
Answer who knows, please.
#compiler #cosmic #magic2016-12-06 03:15 AM
Hello,
this is a fix for a silicon problem in the DIV / DIVW instruction, more details at page 59 of the compiler manual.
Regards,
Luca
2016-12-06 08:03 AM
Thank you. Who would have thought? I needed study the errata sheets more deeply, to prevent possible surprises.