C# Class tasm.tasm_main.GenRead

Inheritance: OpCodeParserRRImm
Mostrar archivo Open project: Domipheus/TPU

Public Properties

Property Type Description
byteOp bool

Public Methods

Method Description
GenRead ( bool byteOnly = false ) : System
Parse ( string args ) : OpData

Method Details

GenRead() public method

public GenRead ( bool byteOnly = false ) : System
byteOnly bool
return System

Parse() public method

public Parse ( string args ) : OpData
args string
return OpData

Property Details

byteOp public_oe property

public bool byteOp
return bool