struct

GBA::Waitloop::Instruction

Inherits Struct < Value < Object

Constructors

Class methods

parse?(instruction : UInt16) : Instruction | Nil

Attempt to parse the instruction. Nilable to support unimplemented insts.

Source

Instance methods

initialize
Source
read_bits

Each set bit indicates a register this instruction reads from.

Source
read_only?

Indicates that this instruction doesn't attempt to write to storage.

Source
write_bits

Each set bit indicates a register this instruction writes to.

Source