Click to See Complete Forum and Search --> : dismap


vaaaska
10-20-2004, 05:42 AM
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/

dalecosp
10-20-2004, 12:41 PM
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:

http://daleco.biz/images/recycle.gif

:eek: