C Compilers
This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.
Aztec has acess to all the libraries, and is a bit more efficient at acessing
them because of it's register allocation ( register A6 is a scratch register
under Aztec, and thus does not have to be saved whemn calling library funcs )
. Did you use register variables in that Lattice example? Under Lattice,
register variables can save a lot in both code space and execution speed.