Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!ucbcad!ucbvax!LOYVAX.BITNET!BGABLER From: BGABLER@LOYVAX.BITNET Newsgroups: comp.sys.apple Subject: Re: converting Apple text files Message-ID: <8704221751.aa02827@SPARK.BRL.ARPA> Date: Wed, 22-Apr-87 16:52:00 EST Article-I.D.: SPARK.8704221751.aa02827 Posted: Wed Apr 22 16:52:00 1987 Date-Received: Sat, 25-Apr-87 01:02:17 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 23 If the assembler text file is in this form: CALL -151 15E3: 00 3E 2F 76 2A 8B 15E9: 01 20 etc..... Then you can just exec it into memory, but make sure that at the beginning it has a CALL -151 and at the end it has a BSAVE name,A$starting address,L$Length If it is a text file for an assembler like the ones that use comments and dot commands then it should accept a regular text file. As for Pascal....... if you are using AE PRO, the system disk has some utilities on it to convert from TEXT --> PASCAL and from PASCAL --> TEXT. It also does CPM conversions. If you don't have access to AE PRO, then I don't know how else you could do it. Barry Gabler (BGABLER@LOYVAX.BITNET)