Implemented length storage of allocated memory

This commit is contained in:
Eduard Urbach 2025-02-09 14:14:41 +01:00
parent 1ff56e0856
commit 2b2e707520
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
27 changed files with 134 additions and 49 deletions

View file

@ -1,9 +1,5 @@
import sys
import io
main() {
print("Hello\n", 6)
}
print(address Pointer, length Int) {
sys.write(1, address, length)
io.out("Hello\n")
}