From a2031547aafbb07f6284cd10704435db23d9db60 Mon Sep 17 00:00:00 2001 From: Benoit Giannangeli Date: Wed, 8 Feb 2017 07:38:03 +0100 Subject: callstatus, OP_LE, OP_JMP, tests use L.top --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 428f556..84844ec 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3-54-g00ecf