Contur 2
Educational OS kernel simulator
Loading...
Searching...
No Matches
i_cpu.h File Reference

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

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.