home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 2
/
BBS in a box - Trilogy II.iso
/
AMUG Info
/
Apple
/
ResEdit 2.1.1 Examples
/
Libraries
/
LDEF.a
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1991-07-10
|
436 b
|
24 lines
|
[
TEXT/MPS
]
; COPYRIGHT (C) 1984-1990 Apple Computer,Inc.
; All rights reserved
;LDEF.a
BLANKS ON
STRING ASIS
StdLDEF MAIN EXPORT
IMPORT DrawCell
BRA.S @0 ; enter here
DC.W 0 ; flags word
DC.B 'LDEF' ; type
DC.W 0 ; ID
DC.W 0 ; version
@0
JMP DrawCell
END