mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-02-07 20:31:00 +00:00
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: <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
|
|||
|
|