Ttk-91 integer instructions are there
for integer computations.
What happens if one tries to use them add
together a machine instruction and an integer value,
for example with the following instructions:
LOOP LOAD R1, LOOP
ADD R1, =1
STORE R1, LOOP
If this leads to an error situation, explain that
situation.
If this does not lead to an error situation,
explain what happens.