aboutsummaryrefslogtreecommitdiff
path: root/IMPLEMENTATION.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-01-22 06:14:42 +0100
committerdec05eba <dec05eba@protonmail.com>2020-01-22 06:14:42 +0100
commit840a3c6c5aa2400ce80d8ec7bb8b1a8d6e25770b (patch)
tree3b58d296814b54ee20f050e21a9cd8f2c1f2bf5a /IMPLEMENTATION.md
parenta724ddbe1c8c53acd8b2836e437237cf17c57043 (diff)
Simplify bytecode
Diffstat (limited to 'IMPLEMENTATION.md')
-rw-r--r--IMPLEMENTATION.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/IMPLEMENTATION.md b/IMPLEMENTATION.md
new file mode 100644
index 0000000..4761c1b
--- /dev/null
+++ b/IMPLEMENTATION.md
@@ -0,0 +1,2 @@
+The bytecode format is inspired by lua, where instead of using registers, data is pushed/poped to/from a stack.
+This reduces the size of instructions and make the code cleaner and easier to use. \ No newline at end of file