Re: A92: assembler questions
[Prev][Next][Index][Thread]
Re: A92: assembler questions
In a message dated 98-05-04 18:51:35 EDT, you write:
> I'm trying to learn the basis about assembler and i have a few
> questions,
> which could makes me earn a lot of time. I started to use fargo II.
>
> How fargo did the relocation ? did he use a label table ?
> are the registers defined before their use ?
??? the registers are physical locations on the processor, they don't
need to be defined??? i think???
> how could you know the adress of a data ?
if the variable is named x then just do
lea x(PC),a0 ;a0 now points to x
>
> i know the 68000 language, but i don't know how applying it to the
> ti 92...
>
> Thank's
> a lot
>
sorry, stupid AOL made me send the mail for pushing tab. :(