Differences From Artifact [0f72cf4b56]:
- File instruc — part of check-in [b323d9054c] at 2020-12-14 07:27:11 on branch trunk — Improve compatibility (by testing the behaviours), add ObjLayerAt and Done instructions, implement collisions, implement MoveTo and JumpTo and Assassinate (user: user, size: 2591) [annotate] [blame] [check-ins using]
To Artifact [9a4e81af56]:
- File instruc — part of check-in [10053de140] at 2020-12-15 02:21:38 on branch trunk — Implement Level, MoveNumber, rot, and -rot instructions (user: user, size: 2610) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
68 69 70 71 72 73 74 75 76 77 78 79 80 81 | ; Stack ops .drop "." ,dup swap nip tuck ; Flow controls -if -else -then -el -begin | > > | 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | ; Stack ops .drop "." ,dup swap nip tuck rot rotback "-rot" ; Flow controls -if -else -then -el -begin |
︙ | ︙ |