[][src]Module zeerust::cpu

Support modules for CPU emulation

Modules

mem

The internal representation of the z80's memory. Currently just a large array.

opcodes

This module is responsibel for parse z80 machine code (a string of bytes) into zeerust's symbolic representation.

reg

The internal representation of all the registers of the z80.