pub struct HlDec;Expand description
Helper for reading HL and decrementing it.
When used as a MicrocodeReadable, HlDec load the value of HL, and then decrement
the HL register in-place.
Trait Implementations§
Source§impl MicrocodeReadable for HlDec
impl MicrocodeReadable for HlDec
fn to_read(self) -> InstrBuilder
Auto Trait Implementations§
impl Freeze for HlDec
impl RefUnwindSafe for HlDec
impl Send for HlDec
impl Sync for HlDec
impl Unpin for HlDec
impl UnwindSafe for HlDec
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