diff --git a/henceforth/.gitignore b/henceforth/.gitignore new file mode 100644 index 0000000..204b6bf --- /dev/null +++ b/henceforth/.gitignore @@ -0,0 +1,2 @@ +examples/*.asm +examples/*.bin diff --git a/henceforth/examples/test.fth b/henceforth/examples/test.fth index 8646ba3..302576a 100644 --- a/henceforth/examples/test.fth +++ b/henceforth/examples/test.fth @@ -1 +1 @@ -0x0a dup dup emit emit emit +1 2 over debug \ No newline at end of file