mirror of
https://github.com/correl/sicp.git
synced 2024-11-23 19:19:56 +00:00
14 lines
393 B
Org Mode
14 lines
393 B
Org Mode
|
#+TITLE: 5.1 - Designing Register Machines
|
||
|
#+STARTUP: indent
|
||
|
#+OPTIONS: num:nil
|
||
|
|
||
|
Building a lisp machine in lisp to execute simple instructions modeled
|
||
|
in lisp to evaluate, execute, and eventually compile our lisp written
|
||
|
written in lisp.
|
||
|
|
||
|
* A Language for Describing Register Machines
|
||
|
* Abstraction in Machine Design
|
||
|
* Subroutines
|
||
|
* Using a Stack to Implement Recursion
|
||
|
* Instruction Summary
|