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
The problem is, the above is preprocessed into SETLO(R1, N); SETHI(R1, N). When substitute_label is called for SETLO, it catches the error and prints it, but not when it is called for SETHI (otherwise, two error messages would be printed for the same error).
The text was updated successfully, but these errors were encountered:
To replicate:
The problem is, the above is preprocessed into
SETLO(R1, N); SETHI(R1, N)
. Whensubstitute_label
is called forSETLO
, it catches the error and prints it, but not when it is called forSETHI
(otherwise, two error messages would be printed for the same error).The text was updated successfully, but these errors were encountered: