C H L M

C

Console - Class in <Unnamed>
Instances of this class represent console user interfaces to a simulated computer equipped with a Micro-1 processor.
Console(int) - Constructor for class Console
Constructs a memory with specified number of cells, and constructs an associated processor.
Console() - Constructor for class Console
Constructs a processor and a memory with 256 cells
controlLoop() - Method in class Console
This is the read-execute-print loop for the console.

H

help() - Method in class Console
Displays synopsis of all commands in the console window

L

load(String) - Method in class Console
Loads hexadecimal numbers stored in fName into memory starting at address 0.

M

main(String[]) - Static method in class Console
Creates a console (with memory and CPU), then starts the console's control loop.

C H L M