[CCC DEV] Question about INT32TOSTRING and friends

Matt Jadud jadudm at gmail.com
Tue Jun 15 03:33:54 BST 2010


Should these be compiled and included with the Arduino code?

--{{{  INT32TOSTRING TA
PROC INT32TOSTRING (INT len, []BYTE string, VAL INT32 n)
  #IF TARGET.BITS.PER.WORD = 32
  INTTOSTRING (len, string, INT n)
  #ELSE
  CAUSEERROR ()
  #ENDIF
:
--}}}

They do the right thing currently: they call CAUSEERROR().

Basically, I was hoping not to have to re-write this kind of code. Is
it LONGDIV that causes the problem? Or something else?

For me, this will have to wait until tomorrow...

Cheers,
M

-- 
Sent from my TRS-80




More information about the developers mailing list