[A83] Re: Using ZDS to compile programs


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

[A83] Re: Using ZDS to compile programs




For short programs written using ZDS, you can also do the following...

1. Open the hex file in notepad.
2. Delete the last two lines.
3. Delete the first 9 characters on each line.
4. Delete the last two characters on each line.
5. Copy and paste the remaining text into graph link
6. Add "AsmPrgm" to the top, on its own line.
7. Done.

It's easier to just download convhex.exe though...



-----Original Message-----
From: assembly-83-bounce@lists.ticalc.org
[mailto:assembly-83-bounce@lists.ticalc.org]On Behalf Of James Matthews
Sent: Tuesday, December 11, 2001 10:35 PM
To: assembly-83@lists.ticalc.org
Subject: [A83] Re: Using ZDS to compile programs




...or you can run it through convhex (also from TI) and that will output an
.8xp assembly program ready to run w/o a shell.

James.

> -----Original Message-----
> From: assembly-83-bounce@lists.ticalc.org
> [mailto:assembly-83-bounce@lists.ticalc.org]On Behalf Of R. Harper
> Maddox
> Sent: 12 December 2001 02:34
> To: assembly-83@lists.ticalc.org
> Subject: [A83] Re: Using ZDS to compile programs
>
>
>
> no.
> this has nothing to do with MirageOS.  the ZDS is for Flash APPs.
>  It makes
> a .hex file that can be run by the 83 Flash Debugger.  TI released an app
> signing program (appsign) that you run on a .hex file to make it a .83k
> (flash App).
>
> -harper
>
> At 08:29 PM 12/11/01 -0600, you wrote:
>
> >So then the .hex file would work by itself as a MirageOS program?
> >
> >----- Original Message -----
> >From: "R. Harper Maddox" <gte172i@prism.gatech.edu>
> >To: <assembly-83@lists.ticalc.org>
> >Sent: Tuesday, December 11, 2001 8:21 PM
> >Subject: [A83] Re: Using ZDS to compile programs
> >
> >
> > >
> > > no
> > >
> > > read appGuru.  ZDS is the linker and the compiler.  It
> outputs a .hex file
> > > in the same directory that you have your zds project file.
> > > simply click Build -> Rebuild All to compile.
> > >
> > > harper
> > >
> > > At 07:53 PM 12/11/01 -0600, you wrote:
> > >
> > > >Exactly how do you compile?  Do you use DevPac8X as the linker?
> > > >
> > > >----- Original Message -----
> > > >From: "R. Harper Maddox" <gte172i@prism.gatech.edu>
> > > >To: <assembly-83@lists.ticalc.org>
> > > >Sent: Sunday, December 02, 2001 12:36 AM
> > > >Subject: [A83] Re: Using ZDS to compile programs
> > > >
> > > >
> > > > >
> > > > > appguru is at
> > > > > http://education.ti.com/developer/83/support/support.html
> > > > >
> > > > > by the way, I now program for the 83 plus using ZDS.  I
> must say that
> > > >early
> > > > > on the case specific stuff was a pain, but now I am used
> to it.  The
> >one
> > > > > click compile is nice, and its great being able to split a large
> >project
> > > > > into a ton of smaller files.  I probably make a new .asm file for
> >every
> > > >200
> > > > > lines of code.
> > > > >
> > > > > At 12:16 AM 12/2/01 -0600, you wrote:
> > > > >
> > > > > >Where can I find AppGuru there?
> > > > >
> > > > >
> > > > >
> > >
> > >
> > >
>
>
>







References: