C# Class Assembler.DataInstruction

Inheritance: Instruction
Show file Open project: Rohansi/VM Class Usage Examples

Public Methods

Method Description
Add ( byte value ) : void
Add ( short value ) : void
Add ( string value ) : void
Assemble ( ) : byte[]

Method Details

Add() public method

public Add ( byte value ) : void
value byte
return void

Add() public method

public Add ( short value ) : void
value short
return void

Add() public method

public Add ( string value ) : void
value string
return void

Assemble() public method

public Assemble ( ) : byte[]
return byte[]