CAST II Game Engine

   MAIN       FEATURES       SCREENSHOTS       FORUMS       MANUAL       DOWNLOADS       CONTACTS   
Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Enumerations
Variables
Constants
Functions and Procedures
Identifiers

Unit ORun

Description

Oberon virtual machine unit (C) 2004-2007 George "Mirage" Bakhtadze. www.casteng.com
The source code may be used under either MPL 1.1 or LGPL 2.1 license. See included license.txt file
The unit contains VM class

Classes, Interfaces and Objects

NameDescription
Class TOberonVM 

Types

Overview

TBinModuleSign = array[0..3] of Char;
TStackItem = Integer;

Description

TBinModuleSign = array[0..3] of Char;

 

TStackItem = Integer;

 

Constants

Overview

BinModuleSign : TBinModuleSign = ('O', '2', 'B', 'M');

Description

BinModuleSign : TBinModuleSign = ('O', '2', 'B', 'M');

 

Variables

Overview

Debug: string;
DItems: TStringList;

Description

Debug: string;

 

DItems: TStringList;

 

Last modified: Jan 6, 2010
Copyright (C) 2006-2010, casteng.com