feat: Added readme and license information and renamed opcode_names file

This commit is contained in:
2020-02-03 20:06:31 +01:00
parent 4ed2215c3f
commit 58a40f3a24
5 changed files with 36 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
from .opcodes_names import INSTRUCTIONS
from .opcode_names import INSTRUCTIONS
class PJVMException(ValueError):