Another failed attempt

This commit is contained in:
2025-12-22 16:55:09 +11:00
parent 78ce4f18f8
commit 9ccf6c558f
7 changed files with 182 additions and 123 deletions

14
tests/helloworld.basm Normal file
View File

@@ -0,0 +1,14 @@
li1 char hello_world 13;
set hello_world 1 'H';
set hello_world 2 'e';
set hello_world 3 'l';
set hello_world 4 'l';
set hello_world 5 'o';
set hello_world 6 ',';
set hello_world 7 ' ';
set hello_world 8 'w';
set hello_world 9 'o';
set hello_world 10 'r';
set hello_world 11 'l';
set hello_world 12 'd';
set hello_world 13 '!';

2
tests/pointer.basm Normal file
View File

@@ -0,0 +1,2 @@
ptr set 29;
ptr mv*;