I wonder how interrupt andlers written by sdcc users look like, in
particular:

* Do they contain divisions?
* Do they contain multiplications?
* Do they contain pointer arithmetic?
* Do they contain array accesses?
* Do they contain shifts?
* Do they call other functions?
* Are those other called functions static?
* Do those other called functions contain divisions?

The information might be useful in improving a workaround for a hardware
division issue (see bug #2401, RFE #448 / 449).

Philipp

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to