diff --git a/.gitignore b/.gitignore index 413f0ad..910ec4f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,7 @@ Cargo.lock # IntelliJ -/.idea/ \ No newline at end of file +/.idea/ + +# DS_Store for macOS +.DS_Store \ No newline at end of file diff --git a/tests/programs/byte/aoc_day12.asmbb b/tests/programs/byte/aoc_day12.asmbb new file mode 100644 index 0000000..101a5ec Binary files /dev/null and b/tests/programs/byte/aoc_day12.asmbb differ diff --git a/tests/programs/byte/fib.asmbb b/tests/programs/byte/fib.asmbb new file mode 100644 index 0000000..e5ddb3b Binary files /dev/null and b/tests/programs/byte/fib.asmbb differ diff --git a/tests/programs/byte/helloworld.asmbb b/tests/programs/byte/helloworld.asmbb new file mode 100644 index 0000000..1a24186 Binary files /dev/null and b/tests/programs/byte/helloworld.asmbb differ diff --git a/tests/programs/byte/jumps.asmbb b/tests/programs/byte/jumps.asmbb new file mode 100644 index 0000000..611891e Binary files /dev/null and b/tests/programs/byte/jumps.asmbb differ