You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not clear what type of expression the result should be... A? XA?
if performing: 221 * -10 the result should be in XA as -2210... so that's the two's complement of 2210 as a WORD,
but if performing 7 * -10 the result is the two's complement of 70... that's in A... should we make it a word anyhow? If we do,m then if its cast to a uint... we lose the sign!
The text was updated successfully, but these errors were encountered:
It's not clear what type of expression the result should be... A? XA?
if performing: 221 * -10 the result should be in XA as -2210... so that's the two's complement of 2210 as a WORD,
but if performing 7 * -10 the result is the two's complement of 70... that's in A... should we make it a word anyhow? If we do,m then if its cast to a uint... we lose the sign!
The text was updated successfully, but these errors were encountered: