diff options
author | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-08 07:38:03 +0100 |
---|---|---|
committer | Benoit Giannangeli <benoit.giannangeli@boursorama.fr> | 2017-02-08 08:23:00 +0100 |
commit | a2031547aafbb07f6284cd10704435db23d9db60 (patch) | |
tree | 75677f2714f10cb6e7e298542af9d650e235c6d1 /README.md | |
parent | 364326b97450564d41d37cdc7b2c4fbb8049c62f (diff) | |
download | fengari-a2031547aafbb07f6284cd10704435db23d9db60.tar.gz fengari-a2031547aafbb07f6284cd10704435db23d9db60.tar.bz2 fengari-a2031547aafbb07f6284cd10704435db23d9db60.zip |
callstatus, OP_LE, OP_JMP, tests use L.top
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ - [ ] VM - [x] OP_MOVE - [x] OP_LOADK - - [ ] OP_LOADKX + - [x] OP_LOADKX - [x] OP_LOADBOOL - [x] OP_LOADNIL - [x] OP_GETUPVAL @@ -35,10 +35,10 @@ - [x] OP_NOT - [ ] OP_LEN - [ ] OP_CONCAT - - [ ] OP_JMP + - [x] OP_JMP - [ ] OP_EQ - [ ] OP_LT - - [ ] OP_LE + - [x] OP_LE - [ ] OP_TEST - [ ] OP_TESTSET - [x] OP_CALL |