Assembler and simulator for a custom instruction set
pip3 install -r requirements.txt
npm ci
Pillow library may require the following packages to be installed first \
- libjpeg-dev (libjpeg62-turbo-dev or libjpeg8-dev)
- zlib1g-dev
npm run dev-full
npm run build
npm start
- Go to the
automatedTesting
directory and execute therun
file with appropiate options passed as arguments. - Options available for automated testing:
--verbose
: Prints verbose output--no-asm
: Does not evaluate the assembler--no-sim
: Does not evaluate the simulator