[CCC DEV] convert.module and friends question
Matt Jadud
jadudm at gmail.com
Mon Jun 28 16:16:32 BST 2010
Hi all,
We have a compiler fix that enables REAL32s on the 16-bit AVRs. This is fun.
What is involved in updating libraries like "convert" to work on the
AVR? Looking at "convert," it seems like 32-bit INTs are expected. Do
I carefully go through and annotate things correctly (so that INTs are
INT32s where they should be INT32s?). This seems like the wrong way to
do it.
Mostly, I'm trying to give the students the ability to print/debug
code that involves REAL32s. Using library functions to convert REAL32s
to strings would be ideal, as it would not require authoring any "new"
infrastructure. Correctly updating libraries seems like the sensible
thing to do.
Thoughts?
Cheers,
Matt
--
Sent from my TRS-80
More information about the developers
mailing list