Re: A85: Z80 code linker /w out header


[Prev][Next][Index][Thread]

Re: A85: Z80 code linker /w out header




Oh, or for what you want to do, you can use string85

do 

string85 inputfile 0

and it will make just a plain string, without any
header (as pulled from usgdprgm.txt) sorry about replying to myself, but i
just noticed that...

-- Jon Olson


On Tue, 16 Jun 1998, morph- wrote:

>
>goto www.djgpp.com (i think that works) if not goto www.delorie.com
>That should be the home of DJGPP, a free DOS C/C++ compiler
>
>-- Jon Olson
>
>
>On Tue, 16 Jun 1998, Richardlewis wrote:
>
>>
>>-> Delivered-To: assembly-85-outgoing@towerguard.unix.edu.sollentuna.se
>>-> Received: by towerguard.unix.edu.sollentuna.se (VMailer, from userid 
>>-> 507)
>>->  id 44098A92A9; Tue, 16 Jun 1998 08:00:08 +0200 (CEST)
>>-> From: mgp4007@omega.uta.edu (Michael Pearce)
>>-> To: assembly-85@lists.ticalc.org
>>-> Subject: Re: A85: Z80 code linker /w out header
>>-> Date: Tue, 16 Jun 1998 06:03:23 GMT
>>-> Message-ID: <35880a46.206887285@omega.uta.edu>
>>-> References: <897943178@cedarcity.net>
>>-> In-Reply-To: <897943178@cedarcity.net>
>>-> X-Mailer: Forte Agent 1.01/32.397
>>-> MIME-Version: 1.0
>>-> Content-Type: text/plain; charset=us-ascii
>>-> Content-Transfer-Encoding: 8bit
>>-> X-MIME-Autoconverted: from quoted-printable to 8bit by 
>>-> towerguard.unix.edu.sollentuna.se id IAA16109
>>-> Sender: owner-assembly-85@lists.ticalc.org
>>-> Precedence: list
>>-> Reply-To: assembly-85@lists.ticalc.org
>>-> Errors-To: assembly-85-errors@lists.ticalc.org
>>
>>
>>-> if you want, you can look at the code for my level editor for
>>-> Solomon's Key.  most of the functionality of creating a string is in
>>-> separate functions (and is commented).  it is C code (compiled with
>>-> MSVC, but should all be ANSI compatible).
>>
>>-> -mike pearce
>>
>>-> On Mon, 15 Jun 1998 20:39:38 GMT, you wrote:
>>
>>-> >
>>-> >Has anybody got something like string85 that doesn't add a header, or
>>-> >checksum data to a file?  I am in dire need of something like this.
>>-> >I need to get the object code directly in to a ti-85 string file,
>>-> >without adding a header.  If a header is added, its a total pain in the
>>-> >butt for me to remove it myself.  String85 won't do this.
>>-> >
>>-> >
>>
>>I have no C compiler, I don't have an ASM compiler for an IBM right now,
>>either.  I found something that works though.
>>
>>The string85 program that comes with  ZShell can't do it, but the one
>>that comes with Usgard can.
>>
>>
>


References: