diff --git a/.gitignore b/.gitignore index 6167658..ea8c4bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ /target - -wapm_packages \ No newline at end of file diff --git a/henceforth/examples/test.asm b/henceforth/examples/test.asm new file mode 100644 index 0000000..c5ff7ad --- /dev/null +++ b/henceforth/examples/test.asm @@ -0,0 +1,10 @@ +.include "$lib/core.asm" +.include "$lib/std.asm" +.include "$lib/main.asm" + +.jump_main + +data: + +.main +.std_stop \ No newline at end of file