| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| 0.3.0 | 2024-01-22 | ||
| v0.2.0 | 2023-12-06 | ||
| v0.1.1 | 2023-11-12 | ||
| v0.1.0 | 2023-11-11 | ||
| felix-assiris-0.4.0.tar.gz | 2025-09-28 | 244.7 kB | |
| readme.txt | 2023-12-06 | 989 Bytes | |
| Totals: 6 Items | 245.7 kB | 0 |
FELIX an approximate emulator for Felix-C-256 assembly (ASSIRIS) jobs Copyright (c) 2023 Alexandru Dan Corlan, MD, PhD This is release V0.2.0, December 1, 2023 It is part of the RASSIRIS project, to simulate Felix/Assiris-like computers http://dan.corlan.net/software/emulators/felix-assiris/ Detailed documentation is at: http://dan.corlan.net/software/emulators/felix-assiris/rassiris.pdf and is also supplied in the distribution. This code is released under the GNU General Public Licence version 2 INSTALLATION. On LINUX. Install gnat, the GNU Ada Translator. On debian: apt install gnat Untar the distribution: tar xvzf felix-assiris-v0.2.0 Change to the directory: cd felix-assiris-v0.2.0 Say: make The resulting binary, felix, can be run locally or copied to /usr/local/bin for general availability on your system. RUNNING. The simulator is a linux executable, felix, that takes a jobfile on stdin and prints on stdout. Try: ./felix <hello_world.assiris for an example.