Another failed attempt
This commit is contained in:
14
tests/helloworld.basm
Normal file
14
tests/helloworld.basm
Normal 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
2
tests/pointer.basm
Normal file
@@ -0,0 +1,2 @@
|
||||
ptr set 29;
|
||||
ptr mv*;
|
||||
Reference in New Issue
Block a user