|
You are here |
miyuki.github.io | ||
| | | | |
www.bitsnbites.eu
|
|
| | | | | [AI summary] This article provides a quick introduction to developing software for the open-source MRISC32 32-bit RISC architecture using a GCC-based toolchain and a simulator, including examples from compiling C code and running DOOM. | |
| | | | |
bellard.org
|
|
| | | | | [AI summary] The author describes the Obfuscated Tiny C Compiler (OTCC), a minimal self-hosting C compiler created for the IOCCC that generated portable i386 ELF executables from a 2048-byte source code limit. | |
| | | | |
squanderingti.me
|
|
| | | | | Exploring the innards of an ELF binary to find the physical location of main. | |
| | | | |
alexene.dev
|
|
| | | Most WebAssembly tutorials and examples you will find online focus on using it inside the browser in order to accelerate various functionality of a website or web app. However, there is an area where WebAssembly is really powerful but not talked too much about: outside the browser usage scenarios. That is what we'll focus on in this series of posts. | ||