skm_bitop_get

Function skm_bitop_get 

Source
fn skm_bitop_get<R: MemoryRead>(
    target_word: &R,
    op: &WordChange,
) -> Option<bool>
Expand description

Implement the heart of the MemoryMapped::change_bit() operation used by the SKM instruction. Returns the value of the selected bit, or None if the bit selector indicates a nonexistent bit (e.g. 0.0, 1.0).