Xref: utzoo comp.sys.amiga:16255 comp.sys.amiga.tech:66 Path: utzoo!mnetor!uunet!husc6!mit-eddie!uw-beaver!cornell!rochester!ritcv!msl5864 From: msl5864@ritcv.UUCP (Michael S. Leibow) Newsgroups: comp.sys.amiga,comp.sys.amiga.tech Subject: BUG in AZTEC c version 3.4a Message-ID: <278@ritcv.UUCP> Date: 18 Mar 88 08:10:36 GMT Reply-To: msl5864@ritcv.UUCP (Michael S. Leibow) Organization: Rochester Institute of Technology, Rochester, NY Lines: 15 Hi, I am writing a program that uses rather large structures. I had changed some constants which made some 12K byte arrays in the structure. The size of the structure grew to be greater than 32K. Aztec C always used the address register indirect with displacement addressing mode. The displacement field in the opcode is only 16 bits which allows for a -32K or +32K displacement. A different addressing mode should be used when the structure is greater then 32K. -- Michael S. Leibow UUCP: {allegra,seismo}!rochester!ritcv!msl5864 CSNET: msl5864%rit@csnet-relay.ARPA