Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
aec_linux_i686.zip | 2021-06-30 | 741.8 kB | |
aec_win64.zip | 2021-06-30 | 451.0 kB | |
aec_win32.zip | 2021-06-30 | 525.7 kB | |
aec_NodeJS.zip | 2021-06-30 | 198.7 kB | |
aec_linux_x86_64.zip | 2021-06-30 | 1.6 MB | |
aec_freedos.zip | 2021-06-30 | 525.8 kB | |
Documentation fixes and some fixes to esthetics of outputted assembly..tar.gz | 2021-06-28 | 156.5 kB | |
Documentation fixes and some fixes to esthetics of outputted assembly..zip | 2021-06-28 | 179.3 kB | |
README.md | 2021-06-28 | 1.5 kB | |
Totals: 9 Items | 4.4 MB | 0 |
I have made a few documentation fixes (including a more helpful error message in case of an invalid invocation of the compiler) and some fixes to make the outputted assembly code be properly indented. Unfortunately, I cannot provide you with the executable files right now, and maybe I will not even be able to do so in the future. Namely, I screwed up the Oracle Linux on my laptop which I used to produce those executable files, and it was not able to boot. And the IT expert I paid to fix that could not do that, so they installed Windows 10 on my laptop. So, now I am still learning to work on Windows 10.
UPDATE: I have found a way to produce 32-bit Windows, 32-bit DOS, 64-bit Windows and 64-bit Linux executable files on Windows 10, as well as produce a WebAssembly executable using Emscripten. Unfortunately, there does not seem to be an easy way to produce 32-bit Linux executable files on Windows 10.
UPDATE: I decided to produce the 32-bit Linux executable on the SSH server at linux.etfos.hr
, which is a 32-bit Debian server which is available for use to all students of the FERIT University (formerly called ETFOS). Unfortunately, the only C++ compiler available there is GCC 4.9.2, so, while all features of my program should be available, the program will run slowly because many optimizations available in newer versions of GCC are missing there.