Implemented 64-bit move

This commit is contained in:
Eduard Urbach 2024-07-26 16:19:13 +02:00
parent 8b1af4bea7
commit de608a74a7
Signed by: eduard
GPG key ID: 49226B848C78F6C8
8 changed files with 62 additions and 29 deletions

View file

@ -1,7 +1,7 @@
import mem
import sys
printNum(x) {
number(x) {
length := 20
buffer := mem.alloc(length)
end := buffer + length