Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
aec_linux_i686.zip | 2023-02-16 | 1.1 MB | |
aec_win64.zip | 2023-02-16 | 601.9 kB | |
aec_win32.zip | 2023-02-16 | 636.6 kB | |
aec_NodeJS_WebAssembly.zip | 2023-02-16 | 220.1 kB | |
aec_linux_x86-64.zip | 2023-02-16 | 1.7 MB | |
aec_freedos.zip | 2023-02-16 | 564.8 kB | |
Improved inline assembly, various documentation fixes.tar.gz | 2023-02-16 | 217.4 kB | |
Improved inline assembly, various documentation fixes.zip | 2023-02-16 | 246.6 kB | |
README.md | 2023-02-16 | 861 Bytes | |
Totals: 9 Items | 5.2 MB | 0 |
I have made it so that you can access variables by their names from inline assembly. For example, when processing inline assembly, the compiler will replace %x
with assembly code representing a pointer (a rationale for why it's a pointer rather than the variable itself is available in the documentation) to the variable x
.
I have improved the documentation, the most important thing I did was changing the compilation shell scripts in the documentation to use if
-branching to be more portable (to use GCC if CLANG isn't available, or CURL if WGET isn't available...). And, I have also started a few more Reddit threads about various aspects of my programming language and I've linked to them in the documentation.