Hello - Can anyone help me understand the ENTA instruction from the MIX computer. I dont understand the part about when M=0.
FYI, the description of it is:
"ENTA (Enter A) C = 48; F = 2.
The quantity M is loaded into rA. The action is equivalent to "LDA" from a memory word containing the signed value of M. If M=0, the sign of the instruction is loaded."
what instruction is loaded?
Name:
Anonymous2007-04-25 12:56 ID:L9DjIXj2
It just loads the value of M (rather than the value at location M) into register A.