This repository has been archived on 2024-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
PlutoISA/compiling.txt

15 lines
706 B
Text
Raw Normal View History

2024-08-23 11:46:12 +02:00
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.