Installation and Run
Latest stable release: https://github.com/IWL-Tech/Evaluate/releases
Installation
If it exists, download the binary for your system. If not, then build from source:
Build from source
Install GNU Make. Make sure to add to PATH or envrionment variables.
Install Node.js and npm. Make sure to select npm when given the option by the node installer. Make sure to add to PATH or environment variables.
Install the latest release of NASM (the Netwide Assembler) for your OS. Make sure to add to PATH or environment variables.
Run
make install
in the source code directory to install required libraries.
Windows
Run make win
, the output will be a .exe file
Unix (macos/linux)
Run make unix
, the output will be an executable
MacOS app
Run make macosapp
, the output will be a .app file
Run
Template: evaluate <input> [args]
Valid arguments:
--input <file> -i <file> - Path to the target file - Default parameter
--verbose -v - Outputs stack modifications
--version - Version of Evaluate installation
--force -f - Forces the program to run
--disable-warnings - Do not show warnings
--output <output> -o <output> - defaults to "output" - The name of the outputted *.asm file.
Last updated