home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-07-02 | 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
-