This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ProtoObject, null | |
Object, ProtoObject | |
Behavior, Object | |
ClassDescription, Behavior | |
Metaclass, ClassDescription | |
Class, ClassDescription | |
Collection, Object | |
SequenceableCollection, Collection | |
ArrayedCollection, SequenceableCollection | |
String, ArrayedCollection |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; ----------------------------------------------------------------------------- | |
; main.asm - FASt Server - Main FASt Server entry point and loader. | |
; http://www.jamesladdcode.com/ | |
; | |
; ----------------------------------------------------------------------------- | |
; | |
.686 ; create 32 bit code | |
.model flat, stdcall ; 32 bit memory model | |
option casemap :none ; case sensitive |
NewerOlder