disassamble

Diassamble ONE instruction

string
disassamble
(
ushort[] words
,
out ushort n_words
)
in { assert (words.length >= 3, "Instructions can ben 3 words long"); }

Parameters

words
Type: ushort[]

Instruction to disassemble (A word and his two next words)

n_words
Type: ushort

Size of disassambled instruction

Return Value

Type: string

A string that contains a diassambled code

Meta