The Odin + Raylib Boilerplate with hot-reloading and WebAssembly builds.
"disasembles" brainfuck into an assembly like for better debugging
8086 disassembly code for Computer Enhance's Performance-Aware Programming series.
Monstrosity of an incomplete 8086 disassembler made to learn about assembly. Homework as part of the Performance Aware Programming course. Very ugly code!
No description provided.
No description provided.
No description provided.
No description provided.
Demo projects using Odin compiled to WebAssembly and rendered using WebGPU
A command-line disassembler to parse Game Boy binaries and reconstruct them as valid assembly instructions.
Building a basic interpreter in odin. The entire thing of this project is that we take a file, and turn it into code that odin just runs, keeping it super simple (I am not touching assembly). This program was made to be simple and a learning project, do not learn anything from what I do, I am not a good programmer."
Following along with Dmitriy Kubyshkin's meta-assembly language mass, but porting it to odin
This program convert simple stack like instruction into Hack assembly code