aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2013-01-15 13:42:10 +0100
committerDrahflow <drahflow@gmx.de>2013-01-15 13:42:10 +0100
commit99635bdbd50bf215c53727ff2f50df935e4fdd04 (patch)
treec064a77d2def87597e9283b05629da49e316d67d /notes
parent116acdf1a9e88c572e83d6adb8d3be076d40c141 (diff)
Array creation
Diffstat (limited to 'notes')
-rw-r--r--notes6
1 files changed, 6 insertions, 0 deletions
diff --git a/notes b/notes
index 8420389..d6e3162 100644
--- a/notes
+++ b/notes
@@ -186,3 +186,9 @@ Small set in between
bit 63-60: 0 1 1 0
bit 59: reserved for GC
* [ <opcode> ]*
+
+=== Array ===
+* Length in bytes (including header)
+ bit 63-60: 0 1 1 1
+ bit 59: reserved for GC
+* [ <object pointer> ]*