assembly

Featured image for Building a simple Bootloader in Assembly

Building a simple Bootloader in Assembly

I’m sure you know what a bootloader is, but surely don’t know what’s behind this concept. Let’s build a simple one in a few lines of code!

Featured image for Disassembly your first program like a pro!

Disassembly your first program like a pro!

It is easy to go from human readable code to machine code, but how could we do it the other way around? Let’s explore it with a simple example!