From 2b2f4b532ee3a9051d7630497759dae260553d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Thu, 4 Aug 2022 20:49:13 -0300 Subject: Add README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..7bdc941 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +* Compiling +To compile the input, run python main.py and output to a file. Then run that file through [fasm](https://flatassembler.net/) to get the executable. +Currently only runs on Linux. -- cgit v1.2.3