From c778683318d4f6fe7d23f4af5f768fdddec596c1 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Tue, 12 Mar 2024 02:39:20 -0400 Subject: test readme --- tests/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/README.md diff --git a/tests/README.md b/tests/README.md new file mode 100644 index 0000000..b32c706 --- /dev/null +++ b/tests/README.md @@ -0,0 +1,14 @@ +This is a folder of all current tests for tnsl. + +Each compiled program should return a status of 69. + +To compile: + +First run ./build.sh in the parent directory to generate the compiler +Second make sure you have nasm and gcc installed + + ../ctc + nasm -f elf64 -o out.o out.asm + gcc out.o + +The final executable should be in this directory called "a.out" -- cgit v1.2.3