◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Error: A2138 structure too large to instantiate The assembler could not output a correct object record for a structure type you defined, because of the complexity of the structure and limitations on object-record size. You may be able to assemble the module by either reducing the number of fields in the structure, or by removing nested DUP statements. For example, the statement field2 DB 100 DUP (?) takes less object-record space than the statement field1 DB 10 DUP (10 DUP (?)) -♦-