#Random Number Generator (save_breaker)

1 messages · Page 1 of 1 (latest)

vivid sable
#

||in r1 Func: lsr r2, r1, 7 xor r1, r1, r2 lsl r2, r1, 9 xor r1, r1, r2 lsr r2, r1, 8 xor r1, r1, r2 out r1 jmp Func||

peak cape
#

Your Func label can be on the second line. You don't need to read into r1 again. In fact it's a bug in the level that reading into r1 again works at all