Re: A86: a couple questions that have been building up...
[Prev][Next][Index][Thread]
Re: A86: a couple questions that have been building up...
> also, the length byte for a variable name goes in _OP1+1, _OP1 holds the
> type byte
>
Thanks. That was the problem.
> why are you using absolute addresses so much?
> this finishes what your code did without so much abs addr work:
Well, I didn't want it to cross over pages. I suppose that isn't worryable,
but I have it working with abs addr now anyways.
References: