From ed24e23000fd5b6e11d3f6527fcd59e7cbedf92c Mon Sep 17 00:00:00 2001 From: Patrick_Pluto Date: Fri, 23 Aug 2024 11:46:12 +0200 Subject: [PATCH] Documentation Overhaul --- assembly.txt | 2 ++ compiling.txt | 14 ++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 compiling.txt diff --git a/assembly.txt b/assembly.txt index ff6e7c5..b0261ea 100644 --- a/assembly.txt +++ b/assembly.txt @@ -3,6 +3,8 @@ This is the documentation for the PlutoISA assembly. Copyright (c) 2024 Patrick_Pluto. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". + + Legend: V: Value diff --git a/compiling.txt b/compiling.txt new file mode 100644 index 0000000..4e7b524 --- /dev/null +++ b/compiling.txt @@ -0,0 +1,14 @@ +This is the documentation for the PlutoISA assembly. + +Copyright (c) 2024 Patrick_Pluto. +Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". + + + +You need use a Unix-like environment with gcc and make. + +To compile, simply run "make", which will then create a bin subfolder with the executable. + +For Windows with msys2, run "make windows" instead. + +Run "make clean" to remove the bin folder.