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/
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/