feat: restructured code

This commit is contained in:
2020-02-03 19:38:10 +01:00
parent d4b4be940c
commit f290edd40c
8 changed files with 154 additions and 130 deletions

View File

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