diff --git a/asm/test/anas.s b/asm/test/anas.s new file mode 100644 index 0000000..a7f6087 --- /dev/null +++ b/asm/test/anas.s @@ -0,0 +1,12 @@ +// this is Anas + +start: + loadi 1 // 0x2101 + brnz A // 0xA003 + loadi 0xFF // 0x21FF + br start // 0x8FFD + + +A: + loadi 0 // 0x2100 + scall 0 // 0xFF00 \ No newline at end of file