On Wed Nov 16 17:36:39 EST 2011, [email protected] wrote: > AX is the wrong register. REGARG is BP. actually, it's "RARG" in 6a, in case > it > changes, although that seems less likely now. >
well my example is slightly booged then. i just needed a label. the point still stands that 6l is not liking the *value*. this actually comes from _start64v, and i wanted to simplify it. if you replace the given value with $10, it 6l will not complain. _start64v: doasm: notfound from=75 to=10 (423) ADDQ $-1099511627776,AX _start64v: doasm: notfound from=75 to=10 (423) ADDQ $-1099511627776,AX _start64v: doasm: notfound from=75 to=10 (423) ADDQ $-1099511627776,AX - erik
