Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
H
I
J
L
M
O
P
R
S
T
V
Z
P
pc
- Variable in class computer.
ToyComputer
perform(int, int)
- Method in class computer.
ToyComputer
The internal map between opcode numbers and the operational methods
pop()
- Method in class computer.
Stack
Remove and return the item most recently pushed that has not yet been popped
pop
- Static variable in class computer.
ToyComputer
pop(int)
- Method in class computer.
ToyComputer
Pop the stack and put the result into memory
push(T)
- Method in class computer.
Stack
Enter an item into the storage at the top.
push
- Static variable in class computer.
ToyComputer
push(int)
- Method in class computer.
ToyComputer
Copies a memory cell and pushes it onto the stack
put(Code, int)
- Method in class computer.
Memory
Insert a cell into the memory at a fixed address
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
H
I
J
L
M
O
P
R
S
T
V
Z