added strconcat and strcpy functions

This commit is contained in:
IgorCielniak
2025-12-24 23:19:08 +01:00
parent 8bab3485a8
commit 6988a89a51
3 changed files with 282 additions and 175 deletions

2
mem.sl
View File

@@ -26,7 +26,7 @@ struct: Point
field y 8
;struct
: main
: main2
32 alloc # allocate 32 bytes (enough for a Point struct)
dup 111 swap Point.x!
dup 222 swap Point.y!