Hmm, I just "found" a bunch of additional memory.
START
SET OP1 CS
SET VAR1 OP1
ADD 60 CS OP2
SET VAR2 OP2
end
Also some "bugs".
If you try to write numbers over about 128 to an output, it seems to break things.
If you output a number greater than 1 to an output, then use the output control to turn ttl output on and off, it only changes the LSB, the remaining bits persist.
START
SET OP1 CS
SET VAR1 OP1
ADD 60 CS OP2
SET VAR2 OP2
end
Also some "bugs".
If you try to write numbers over about 128 to an output, it seems to break things.
If you output a number greater than 1 to an output, then use the output control to turn ttl output on and off, it only changes the LSB, the remaining bits persist.