MIXAL
Classes | Typedefs
registers.h File Reference

The definition of registers. More...

#include <cstdint>
#include "memory.h"

Go to the source code of this file.

Classes

struct  mixal::Register2
 

Typedefs

using mixal::Register5 = ComputerWord
 

Detailed Description

The definition of registers.

Definition in file registers.h.

Typedef Documentation

◆ Register5

using mixal::Register5 = typedef ComputerWord

The register with 5 bytes (rA, rX) is basically the same as a computer word.

Definition at line 15 of file registers.h.