I looked at some of Barry's ASM source files for QPP 1.30, and saw
that he uses vars that are declared in the DATA
segment. These vars are similar to mine, such as
temp2 byte 0
but the PB/DOS 3.5 compiler
screams bloody murder about "invalid fixup." Yet, the compiler
accepts Barry's OBJ files quite happily. Why? Is it because his
were compiled with TASM, and mine with MASM 6.14?
------------------
[This message has been edited by Clay Clear (edited April 05, 2003).]
that he uses vars that are declared in the DATA
segment. These vars are similar to mine, such as
temp2 byte 0
but the PB/DOS 3.5 compiler
screams bloody murder about "invalid fixup." Yet, the compiler
accepts Barry's OBJ files quite happily. Why? Is it because his
were compiled with TASM, and mine with MASM 6.14?
------------------
[This message has been edited by Clay Clear (edited April 05, 2003).]
Comment