pub fn parse_destination(
    register: u8,
    source: u16,
    data: &[u8]
) -> Result<Operand>
Expand description

Parses a destination operand from an input stream. This is only used for AD modes where the destination operand is stored as an additional word of data. Otherwise the destination operand can be fully decoded from just reading the the instruction word