decode

Extract a particular information from a instruction

ubyte
decode
pure
(
string what
)
(
ushort word
)

Parameters

what

Type of data to decode from a instruction ("OpCode", "ExtOpCode","OpA" or "OpB")

word
Type: ushort

Data to decode. A word and his two next words

Return Value

Type: ubyte

Extracted data from a instruction

Meta