pub struct W65Instruction { /* private fields */ }Implementations§
Source§impl W65Instruction
impl W65Instruction
pub const Dex: Self
pub const Dey: Self
pub const Rtl: Self
pub const Rts: Self
pub const Brk: Self
pub const Rti: Self
pub const Clc: Self
pub const Cld: Self
pub const Cli: Self
pub const Clv: Self
pub const Sec: Self
pub const Sed: Self
pub const Sei: Self
pub const Nop: Self
pub const Wdm: Self
pub const Pha: Self
pub const Phx: Self
pub const Phy: Self
pub const Pla: Self
pub const Plx: Self
pub const Ply: Self
pub const Phb: Self
pub const Phd: Self
pub const Phk: Self
pub const Php: Self
pub const Plb: Self
pub const Pld: Self
pub const Plp: Self
pub const Stp: Self
pub const Wai: Self
pub const Tax: Self
pub const Tay: Self
pub const Tsx: Self
pub const Txa: Self
pub const Txs: Self
pub const Txy: Self
pub const Tya: Self
pub const Tyx: Self
pub const Tad: Self
pub const Tas: Self
pub const Tda: Self
pub const Tsa: Self
pub const Xba: Self
pub const Xce: Self
Source§impl W65Instruction
impl W65Instruction
pub fn new(opc: W65Opcode, opr: W65Operand) -> Self
pub fn new_in_mode(mode: W65Mode, opc: W65Opcode, opr: W65Operand) -> Self
pub fn addr_mode(&self) -> Option<W65AddrMode>
Trait Implementations§
Source§impl Clone for W65Instruction
impl Clone for W65Instruction
Source§fn clone(&self) -> W65Instruction
fn clone(&self) -> W65Instruction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for W65Instruction
impl Debug for W65Instruction
Source§impl Hash for W65Instruction
impl Hash for W65Instruction
Source§impl PartialEq for W65Instruction
impl PartialEq for W65Instruction
impl Eq for W65Instruction
impl StructuralPartialEq for W65Instruction
Auto Trait Implementations§
impl Freeze for W65Instruction
impl RefUnwindSafe for W65Instruction
impl Send for W65Instruction
impl Sync for W65Instruction
impl Unpin for W65Instruction
impl UnwindSafe for W65Instruction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more