[A83] Re: The best Compiler/Assembler
[Prev][Next][Index][Thread]
[A83] Re: The best Compiler/Assembler
Theoretically, speaking: what if you tried to use jr start instead of jr
nc,start? Give it a try, I'm curious to the result...
(to busy to try it out myself right now)
--Peter Martijn
Gabriel Hughes wrote:
> I second his notion. I am also quite confused. I can't get my programs
> to compile right or something. I'm currently using TASM and DEVPAC8x but
> I can't get any of my assembly programs to work at all on anything. Can
> someone help both of us?
>
> -DG-
>
> On Fri, 30 Mar 2001, Steve Watson wrote:
>
> >
> > Does anyone have any suggestions?? 'Cuz I made an ion program with one line
> > and it doesn't show up in Ion!!! Here's the code:
> >
> > .nolist
> > #include "ion.inc"
> > .list
> >
> > #ifdef TI83P
> > .org progstart-2
> > .db $BB,$6D
> > #else
> > .org progstart
> > #endif
> > ret
> > jr nc,start
> > .db "Test program",0
> > start:
> > bcall(_clrlcdf)
> > ret
> > .end
> > end
> >
> > I can't see what's wrong! I'm using Devpac83 and I don't know what's wrong!
> > AND, I ported my first program (Tic-Tac-Toe) to Ion and it only showed up in
> > VTI! It didn't work on my calculator! I'm confused.
> > _________________________________________________________________
> > Get your FREE download of MSN Explorer at http://explorer.msn.com
> >
> >
> >
References: