; ; File: TextShell.a ; ; Contains: xxx put contents here xxx ; ; Written by: xxx put writers here xxx ; ; Copyright: © 1990 by Apple Computer, Inc., all rights reserved. ; ; Change History (most recent first): ; ; <1> 8/2/90 gbm first checked in ; ; To Do: ; ; ; Goofy shell to include Text.a in for stand-alone assembly. This is so the ; brain-dead assembler will stop complaining about a missing END statement at the end of ; Text.a. Adding an END statement to Text.a won't work, because it is included ; in other files, and an END would prematurely stop the assembly. ; INCLUDE 'Text.a' END