contur2
Loading...
Searching...
No Matches
i_cpu.h File Reference

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

Include dependency graph for i_cpu.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  contur::ICPU
 Abstract CPU interface. More...

Namespaces

namespace  contur

Detailed Description

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.