Re: A89: 8-bit relocation error
[Prev][Next][Index][Thread]
Re: A89: 8-bit relocation error
Joe Koston wrote:
>
> At 04:01 PM 3/9/99 -0800, you wrote:
> >
> >I have a program I can't get to work here is a simplified version that
> >also doesn't work. Could somebody help me with this. Thanks.
> >
> > include "tios.h"
> > include "sndlib.h"
> >
> > xdef _main
> > xdef _comment
> > xdef _ti89
> >
> >_main:
> > move.b 1,note1
>
> dont you need something like # or $ or %?
> here in front of the 1?
>
> > move.b 2,note2
> > move.b 3,note3
> > move.b 4,note4
> > move.b 5,note5
I suppose that he needs, in these 5 lines.
Else it will 'move' the byte located at adress 1, or adress 2, etc..
but not the value #1, #2 ..
Xavier VASSOR
---The Doors Team
E-mail:xvassor@mail.dotcom.fr
Doors Homepage: http://start.at/doors
ICQ:10241721
References: