Re: asm on TI83


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

Re: asm on TI83



On Sun, 1 Sep 1996, Von Dollen wrote:


> Hello all,
>         I just got a TI-83 yesterday and have been fiddling with its assembly
> capabilities.  I have many questions for anyone who has any sort of
> experience with this stuff, some of the more general being:
>
> What assembler/linker should/can I use?? (I have tried TASM with no
> luck, what is the proper way to use it)


I'm using TASM (the table assembler, not Borland's TASM) and it works
just fine.  If I assemble a program called ABC.ASM I use this command
line:   TASM -80 ABC.ASM.  Then I load TASM.LST, the listing file,
into a text viewer (an editor would work) and look at the column of
hex codes just to the right of the address.  This is the stuff you
type in.


Make sure  you have the table file in the same directory (TASM80.TAB).
You can get rid of the other table files if youre just using tasm for
the 83.


Barry


References: