dismap Seeing the operation of code
Programs on modern computers are eventually compiled into machine language, a series of basic and direct instructions understood by the microprocessor. Programs are flattened from their hierarchical state into a long series of simple mathematical instructions (like multiply or add with carry) and interspersed with commands for jumping to another location in the program.
http://acg.media.mit.edu/people/fry/dismap/
Hmm, interesting. Makes you really appreciate being able to read and code in PHP.
By the way, I ran one of my PHP scripts through his "Visual Deconstructor", and came up with this:
:eek: