Documentation
¶
Overview ¶
Package sim provides a simple simulator for interacting with the Motorola 68000 emulator package.
The simulator provides standard I/O using a similar protocol to the Teesside simulator.
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Simulator ¶
type Simulator struct { Processor *m68k.Processor Writer io.Writer Reader io.Reader // contains filtered or unexported fields }
A Simulator provides standard I/O for a Motorola 68000 emulator using a similar protocol to the Teesside simulator.
func (*Simulator) Run ¶
Run configures the underlying Processor and executes any program loaded into memory, starting from the location of the Program Counter.
Click to show internal directories.
Click to hide internal directories.