34 lines
612 B
Plaintext
Raw Normal View History

;
; File: StandardNBPLDEF.a
;
; Contains: Main Entry point to the NuLookup LDEF
;
; Written by: Byron Han
;
; Copyright: <09> 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