CompuServe Messages

Bruce Dawson Review

    05-Jan-89 22:22:34
Fm: Dean Brown 72250,2677
To: colin fox 72077,2636
Colin, My point is that the Amiga development packages generally generate code that requires fixups at load time. The earlier statement was that the assembler would replace one addressing mode with another in order to optimize the code. Now if the code is disk loadable, this is not a problem, however if I write my code using an inefficient addressing mode in order to avoid a loadtime fixup, and the assembler optimizes this to a mode that DOES require a fixup, then the code is no longer ROMable while it is still re-entrant. -Dean