log src/th06/ecl_vm.rs @ 697:600eb0a69b25

age author description
Fri, 23 Aug 2019 02:36:59 +0200 Emmanuel Gil Peyrot ecl_vm: fix RelativeJump* instructions to actually call RelativeJump.
Fri, 23 Aug 2019 02:31:08 +0200 Emmanuel Gil Peyrot ecl_vm: implement Call, Return, and the call stack thingy.
Fri, 23 Aug 2019 02:30:57 +0200 Emmanuel Gil Peyrot ecl_vm: add a test for Call and Return.
Sat, 17 Aug 2019 15:33:45 +0200 Emmanuel Gil Peyrot ecl_vm: implement TargetPlayer, and add a dummy Player to Game.