boot3/Toolbox/CommToolbox/CommToolboxUtilities/popup.a

43 lines
914 B
Plaintext
Raw Permalink Normal View History

;
; File: popup.a
;
; Contains: xxx put contents here xxx
;
; Written by: xxx put writers here xxx
;
; Copyright: <09> 1990 by Apple Computer, Inc., all rights reserved.
;
; Change History (most recent first):
;
; <1> 3/14/90 BBH first checked in (for pre-70)
;
; To Do:
;
; ~@~Projector~@~ Copyright <20> 1987, 1988, 1989 Apple Computer, Inc. All rights reserved.
; ~@~Projector~@~ File: popup.a,1+ (3/27/89 9:13:32 AM)
;
; Popup.a - assembler header for popup menu CDEF
; Copyright <20> 1989 Apple Computer Inc. All rights reserved
;
; Written by Byron Han
; Revision History
; 3/22/89 BBH started
; 6/20/89 BBH Changed procID from 10 to 2
; 7/27/89 BBH Changed procID from 2 to 63
;
INCLUDE 'CommToolboxPriv.a'
POPUP PROC EXPORT
IMPORT PPOPUP
BRA.S @0
DC.W 0 ; flags
DC.B 'CDEF'
DC.W 0 ; version
DC.W CTB_PopupCDEFID ; procID
@0 JMP PPOPUP
ENDPROC
END