( This is a comment, and is ignored by the assembler. Click the Run button to evaluate the program. Select the next example with the dropdown. ) ;text ( Push text pointer ) @while ( Create while label ) LDAk DUP ?{ ( Load byte at address, jump if not null ) POP POP2 BRK } ( When null, pop text pointer, halt ) #18 DEO ( Send byte to Console/write port ) INC2 !while ( Incr text pointer, jump to label ) @text ( Create text label ) "Hello 20 "World! 00
Press
Run
to evaluate.
Ready.
0. Hello World
1. Stack
2. Numbers
3. Functions
4. Variables
5. If/else
6. Loop
7. Enums & Structs
8. Macros
9. Objects
10. Debugging