diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2022-08-04 21:07:55 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2022-08-04 21:07:55 -0300 |
commit | 200417993a0ccb6e22ea5ae20195736725c30b56 (patch) | |
tree | edec53374c9075cc99d63a9f831493ba327d7cfc | |
parent | 2b2f4b532ee3a9051d7630497759dae260553d83 (diff) | |
download | stk-200417993a0ccb6e22ea5ae20195736725c30b56.tar.gz stk-200417993a0ccb6e22ea5ae20195736725c30b56.zip |
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ -* Compiling +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. |