On Mar 7, 2006, at 23:44, Jonathan Worthington wrote:
- if you write PASM, overlapping Ix/Ly may cause warnings or errors,
but could be used in a non-portable way, if you know what you are
doing on a specific platform.
You still didn't address my question with these points, though.
mul L0, L1, L2
Isn't just a case of churning out something like:-
mul I0, I2, I4
mul I1, I3, I5
So it's not just so simple as a "map 1 L to 2 Is" problem.
Well, there wasn't a question to me ;)
mul L0, L1, L2
is of course a distinct opcode that does int64 arithmetic.
leo