CompuServe Messages

C Compilers

#: 16714 S7/ProgrammingForum unknown
    29-Apr-86 22:04:21
Sb: #16369-C Compilers
Fm: Charlie Heath 74216,2117
To: Ed Silva 70507,134

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.