pub enum OpCode {
Show 95 variants Nop, Lxi(Reg16u16), StaxB, Inx(Reg16), Inr(Register), InrM, Dcr(Register), DcrM, Mvi(Registeru8), MviM(u8), Rlc, Dad(Reg16), LdaxB, Dcx(Reg16), Rrc, StaxD, Ral, LdaxD, Rar, Shld(u16), Daa, Lhld(u16), Cma, Sta(u16), Stc, Lda(u16), Cmc, Mov(RegisterRegister), MovToM(Register), MovFromM(Register), Hlt, Add(Register), AddM, Adc(Register), AdcM, Sub(Register), SubM, Sbb(Register), SbbM, Ana(Register), AnaM, Xra(Register), XraM, Ora(Register), OraM, Cmp(Register), CmpM, Rnz, Pop(Reg16), Jnz(u16), Jmp(u16), Cnz(u16), Push(Reg16), Adi(u8), Rst(u8), Rz, Ret, Jz(u16), Cz(u16), Call(u16), Aci(u8), Rnc, Jnc(u16), Out(u8), Cnc(u16), Sui(u8), Rc, Jc(u16), In(u8), Cc(u16), Sbi(u8), Rpo, Jpo(u16), Xthl, Cpo(u16), Ani(u8), Rpe, Pchl, Jpe(u16), Xchg, Cpe(u16), Xri(u8), Rp, PopPSW, Jp(u16), Di, Cp(u16), PushPSW, Ori(u8), Rm, Sphl, Jm(u16), Ei, Cm(u16), Cpi(u8),
}

Variants

Nop

Lxi(Reg16u16)

StaxB

Inx(Reg16)

Inr(Register)

InrM

Dcr(Register)

DcrM

Mvi(Registeru8)

MviM(u8)

Rlc

Dad(Reg16)

LdaxB

Dcx(Reg16)

Rrc

StaxD

Ral

LdaxD

Rar

Shld(u16)

Daa

Lhld(u16)

Cma

Sta(u16)

Stc

Lda(u16)

Cmc

Mov(RegisterRegister)

MovToM(Register)

MovFromM(Register)

Hlt

Add(Register)

AddM

Adc(Register)

AdcM

Sub(Register)

SubM

Sbb(Register)

SbbM

Ana(Register)

AnaM

Xra(Register)

XraM

Ora(Register)

OraM

Cmp(Register)

CmpM

Rnz

Pop(Reg16)

Jnz(u16)

Jmp(u16)

Cnz(u16)

Push(Reg16)

Adi(u8)

Rst(u8)

Rz

Ret

Jz(u16)

Cz(u16)

Call(u16)

Aci(u8)

Rnc

Jnc(u16)

Out(u8)

Cnc(u16)

Sui(u8)

Rc

Jc(u16)

In(u8)

Cc(u16)

Sbi(u8)

Rpo

Jpo(u16)

Xthl

Cpo(u16)

Ani(u8)

Rpe

Pchl

Jpe(u16)

Xchg

Cpe(u16)

Xri(u8)

Rp

PopPSW

Jp(u16)

Di

Cp(u16)

PushPSW

Ori(u8)

Rm

Sphl

Jm(u16)

Ei

Cm(u16)

Cpi(u8)

Implementations

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Formats the value using the given formatter. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
Converts the given value to a String. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.