add arrays to readme

This commit is contained in:
2026-09-02 11:40:39 +02:00
parent c071a00746
commit 25ecd155e1
+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. Strings are stored in memory as null terminated sequences of bytes encoding ascii characters.
They should be passed by reference. 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