Explore >> Select a destination


You are here

eli.thegreenplace.net
| | tomstu.art
2.8 parsecs away

Travel
| |
| | abhinavsarkar.net
3.3 parsecs away

Travel
| | We write a few Brainfuck interpreters in Haskell.
| | www.javaadvent.com
4.2 parsecs away

Travel
| | 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
28.1 parsecs away

Travel
| 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.