[A83] Re: Using ZDS to compile programs


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

[A83] Re: Using ZDS to compile programs




So convhex.exe removes everything unnecessary, adds AsmPrgm, and does what a
calc would do w/ AsmComp( ?

----- Original Message -----
From: "Peter-Martijn Kuipers" <hyper@@hysoft-automation.com>
To: <assembly-83@lists.ticalc.org>
Sent: Wednesday, December 12, 2001 1:36 AM
Subject: [A83] Re: Using ZDS to compile programs


>
> From what I understood from the previous mails,
>
> you can use zds for mirageos programs,
> just don't use
>
> org 9d93h or "Progstart - 2"
> .db $bb,$6d
> or whatever the syntax is in ZDS
>
> but use
>
> org progstart
> or
> org $9d95
>
> You'd better make sure you use the right case for the label's 'nd stuff
> definesd in the mirageos.inc file too.
>
>
>
>
> >
> > But I can forget about using it to compile for MirageOS?
> >
> > ----- Original Message -----
> > From: "James Matthews" <jmatthews@generation5.org>
> > To: <assembly-83@lists.ticalc.org>
> > Sent: Tuesday, December 11, 2001 9:34 PM
> > 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?
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > >
> > > >
> > > >
> > >
> > >
> > >
> >
> >
> >
>
>
>





Follow-Ups: References: