|
You are here |
eli.thegreenplace.net | ||
| | | | |
tomstu.art
|
|
| | | | | ||
| | | | |
abhinavsarkar.net
|
|
| | | | | We write a few Brainfuck interpreters in Haskell. | |
| | | | |
www.javaadvent.com
|
|
| | | | | After exploring Java bytecode in previous years (2022, 2023, 2024), this year we'll take an unexpected detour for a Java advent: instead of generating Java bytecode, we'll use Java to build and execute LLVM IR, the intermediate language behind compilers like clang. Using Java's Foreign Function & Memory (FFM) API, we'll call the LLVM C [...] | |
| | | | |
projectf.io
|
|
| | | This RISC-V assembler post begins by examining the RISC-V jump instructions: jal and jalr. Jump instructions are the basis of functions, so we'll then dig into function calls, the RISC-V ABI, calling convention, and how to use the stack. | ||