C# Class SharpOS.AOT.IR.Instructions.And

Inheritance: Instruction
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
And ( Register result, Register first, Register second ) : System

Initializes a new instance of the And class.

Process ( Method method ) : void

Processes the specified method.

Method Details

And() public method

Initializes a new instance of the And class.
public And ( Register result, Register first, Register second ) : System
result Register The result.
first Register The first.
second Register The second.
return System

Process() public method

Processes the specified method.
public Process ( Method method ) : void
method Method The method.
return void