You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
#lang reader "lang.rkt"
|
|
cpy a b
|
|
dec b
|
|
cpy a d
|
|
cpy 0 a
|
|
cpy b c
|
|
inc a
|
|
dec c
|
|
jnz c -2
|
|
dec d
|
|
jnz d -5
|
|
dec b
|
|
cpy b c
|
|
cpy c d
|
|
dec d
|
|
inc c
|
|
jnz d -2
|
|
tgl c
|
|
cpy -16 c
|
|
jnz 1 c
|
|
cpy 70 c
|
|
jnz 87 d
|
|
inc a
|
|
inc d
|
|
jnz d -2
|
|
inc c
|
|
jnz c -5 |