Files
BrainAssemblyV2/tests/helloworld.basm

14 lines
327 B
Plaintext
Raw Permalink Normal View History

2025-12-22 16:55:09 +11:00
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 '!';