Struct intel_8080_emu::proc_state::Registers[][src]

pub struct Registers {
    pub a: u8,
    pub b: u8,
    pub c: u8,
    pub d: u8,
    pub e: u8,
    pub h: u8,
    pub l: u8,
    pub sp: u16,
    pub pc: u16,
}

Fields

Methods

impl Registers
[src]

Trait Implementations

impl Debug for Registers
[src]

Formats the value using the given formatter. Read more

impl Default for Registers
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Registers

impl Sync for Registers