Elliot Nunn 0ba83392d4 Bring in CubeE sources
Resource forks are included only for .rsrc files. These are DeRezzed into their data fork. 'ckid' resources, from the Projector VCS, are not included.

The Tools directory, containing mostly junk, is also excluded.
2017-09-20 18:04:16 +08:00

34 lines
612 B
Plaintext

;
; File: StandardNBPLDEF.a
;
; Contains: Main Entry point to the NuLookup LDEF
;
; Written by: Byron Han
;
; Copyright: © 1990 by Apple Computer, Inc., all rights reserved.
;
; Change History (most recent first):
;
; <2> 3/16/90 BBH made it compile
; <1> 3/14/90 BBH first checked in
;
; To Do:
;
; Pre-BBS Modification History
; 8/25/89 BBH Added standard Apple header.
;
INCLUDE 'CommToolboxPriv.a'
LDEF MAIN EXPORT
Import RealLDEF
BRA.S @0
DC.W 0 ; flags
DC.B 'LDEF'
DC.W 0 ; version
DC.W CTB_NulookupLDEFID ; procID
@0 JMP RealLDef ; and away she goes
END