C# Class Retro.Forth.VM

Exibir arquivo Open project: crcx/retroforth Class Usage Examples

Public Methods

Method Description
Execute ( ) : void
HandleDevices ( ) : void
Main ( string args ) : void
Process ( ) : void
Retro ( ) : void
VM ( ) : System
loadImage ( ) : void
read_key ( ) : int
saveImage ( ) : void
switchEndian ( int value ) : int

Method Details

Execute() public method

public Execute ( ) : void
return void

HandleDevices() public method

public HandleDevices ( ) : void
return void

Main() public static method

public static Main ( string args ) : void
args string
return void

Process() public method

public Process ( ) : void
return void

Retro() public method

public Retro ( ) : void
return void

VM() public method

public VM ( ) : System
return System

loadImage() public method

public loadImage ( ) : void
return void

read_key() public method

public read_key ( ) : int
return int

saveImage() public method

public saveImage ( ) : void
return void

switchEndian() public method

public switchEndian ( int value ) : int
value int
return int