|
contur2
|
ICPU — abstract interface for the CPU simulation. More...


Go to the source code of this file.
Classes | |
| class | contur::ICPU |
| Abstract CPU interface. More... | |
Namespaces | |
| namespace | contur |
ICPU — abstract interface for the CPU simulation.
The CPU performs the fetch-decode-execute cycle on a given register context. The memory is accessed via IMemory, and results of each cycle are communicated through Interrupt codes.
Definition in file i_cpu.h.