C# Class tasm.tasm_main.GenWrite

Inheritance: OpCodeParserRRImm
ファイルを表示 Open project: Domipheus/TPU

Public Properties

Property Type Description
byteOp bool

Public Methods

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

Method Details

GenWrite() public method

public GenWrite ( 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