[A83] Re: TASM Compiling for 83+


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

[A83] Re: TASM Compiling for 83+




tasm -i -80 -b [source_file] [bin_output_file]
then use bin8x in the form:
bin8x -i [bin_output_file] -o [8xp_file] -83p
(if you don't have org progstart-2 \ .db $BB,$6D in your program,
you may add the -x option to make the program executable
with asm(prgmPROGRAM)   )

--(Peter-MArtijn)


> 
> 
> What is the code to just make TASM do what it is supposed to do?  In the
> only 83+ (not 83, but 83+) guide that I found, it says to type "asm <program
> name>" in the bat file and run it, but this is obviously wrong, and changing
> 'asm' to 'tasm', returns the error:
> "tasm: source file open error on <program name>"
> 
> ----- Original Message -----
> From: "Dan Weiss" <dwedit@hotmail.com>
> To: <assembly-83@lists.ticalc.org>
> Sent: Monday, July 09, 2001 6:45 PM
> Subject: [A83] Re: TASM Compiling for 83+
> 
> 
> >
> > Use a .bat file to automate the compilation.  My site (
> > http://ti.dwedit.cjb.net/ ) has some helpful .bat files.
> >
> >
> > >From: "Andrey Gorlin" <ag_silver_83p@ameritech.net>
> > >Reply-To: assembly-83@lists.ticalc.org
> > >To: <assembly-83@lists.ticalc.org>
> > >Subject: [A83] TASM Compiling for 83+
> > >Date: Mon, 9 Jul 2001 17:49:00 -0500
> > >
> > >I am unable to compile anything using TASM 3.1 (downloaded from
> > >ticalc.org).  It returns "source file open error on <program name>".  Can
> > >anyone help me?
> > >
> > >NOTE:  I`m trying to learn to program in ASM for my 83+.
> > >
> > >
> >
> > _________________________________________________________________
> > Get your FREE download of MSN Explorer at http://explorer.msn.com
> >
> >
> >
> 
> 
> 




References: