microprobe.utils.bin.MicroprobeBinInstructionStream

class MicroprobeBinInstructionStream(code, target, fmt='hex', _data_cache=False, little_endian=None, word_length=None)[source]

Bases: object

__init__(code, target, fmt='hex', _data_cache=False, little_endian=None, word_length=None)[source]
Parameters:
  • code

  • target

Methods

__init__(code, target[, fmt, _data_cache, ...])

param code:

decode_next()

empty()

skip([characters])

skip_all()

Attributes

lengths




empty()[source]
property lengths
skip(characters=2)[source]
skip_all()[source]
decode_next()[source]