Top Level Namespace

Defined in:

Method Summary

Method Detail

def instruction_to_intermediate(inst) : UInt16 | AssemblySymbol | LabelAs #

[View source]
def parse_comp(str : String) : UInt16 #

[View source]
def parse_dest(str : String | Nil) : UInt16 #

[View source]
def parse_instruction(raw : String) : AInstruction | CInstruction | LabelAs | MalformedLine | Nil #

[View source]
def parse_jmp(str : String | Nil) : UInt16 #

[View source]
def parse_label(label : Label) : UInt16 | Label #

[View source]