Forum for posting SIC-1 solutions · By jaredkrinke
Well, the solution is easy
subleq @OUT @IN
This solution does read 5 bytes.
BUT there is a solution that can read only 4 bytes.Do anybody know how to do this?
The trick is that the task only asks for a single known output, so you don’t actually need to read the input. You can then hide the value somewhere…
Heh, I see. I thought that there is some way to get input without touching @IN register)