Skip to main content
SICP Study
Text
Lecture
Exercise
Source
Prev
Up
Next
5.2
A Register-Machine Simulator
#
5.2.1
The Machine Model
#
Registers
#
The stack
#
The basic machine
#
5.2.2
The Assembler
#
5.2.3
Generating Execution Procedures for Instructions
#
Assign
instructions
#
Test
,
branch
, and
goto
instructions
#
Other instructions
#
Execution procedures for subexpressions
#
5.2.4
Monitoring Machine Performance
Prev
Up
Next