add arrays to readme

This commit is contained in:
2026-09-01 13:07:13 +02:00
parent daf4168129
commit 33b7886e70
+3
View File
@@ -36,3 +36,6 @@ highest address = last stack arg
Strings are stored in memory as null terminated sequences of bytes encoding ascii characters.
They should be passed by reference.
#### Array
Arrays are stored in memory with a reference to them being the tuple (pointer, length) stored in a register pair.
Array elements may only have a size of 8/16/32 bits