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.
|
_XA
|
|
grab 300
|
|
|
|
mark process
|
|
test f > x
|
|
tjmp higher
|
|
jump process
|
|
|
|
mark higher
|
|
seek -1
|
|
copy f x
|
|
copy 1 m
|
|
jump process
|
|
|
|
|
|
_XB
|
|
mark recv
|
|
copy m f
|
|
noop
|
|
noop
|
|
noop
|
|
noop
|
|
test mrd
|
|
tjmp recv
|
|
halt
|