Skip to content

Instantly share code, notes, and snippets.

@tifletcher
Created May 28, 2013 04:49
Show Gist options
  • Save tifletcher/5660577 to your computer and use it in GitHub Desktop.
Save tifletcher/5660577 to your computer and use it in GitHub Desktop.
Advice from a Caterpillar
<style type="text/css">header, footer, aside{display: none}</style>
§

Computing with the Von Neuman Model

  • bits, words
  • registers and memory
  • opcodes and ALUs

On top of that, we have:

  • assemblers and compilers
  • BIOSen, operating systems
  • Language Runtimes
  • Web Browsers
  • with Sandboxes
  • for interpreters
  • to run more code
  • ooh, I know -- Machine Emulators
    • which can run operating systems

Dizzy yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment