top of page

TheDisassembler 

From Bits to Assembly

A fundamental principle of software is how we build numbers and instructions from a (true/false) boolean. The diagram below aims at simplifying the conceptualization between a set of boolean digits and their eventual form as an assembly instruction.  The code  lies just below for a disassembler with a hard-coded instruction-set. This simple program takes the set of hexadecimal instructions and returns the assembly instruction along with all its parameters. 

Bits to Assembly

Code:

The Disassembler

the diss Page 001.jpg
the diss Page 002.jpg
the diss Page 003.jpg
the diss Page 004.jpg
the diss Page 005.jpg

© 2015 Sebastian Toro

bottom of page