Add basic meta documentation #11

Merged
ShatteredMINT merged 13 commits from meta-documentation into main 2026-09-02 11:39:26 +02:00
Showing only changes of commit 33b7886e70 - Show all commits
+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