mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-01-21 03:31:39 +00:00
0ba83392d4
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.
34 lines
612 B
Plaintext
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
|
|
|