A82: Re: ASM
[Prev][Next][Index][Thread]
A82: Re: ASM
Lets say you have a dir called ash30 which includes TASM and all the files
which came with Ash 3.0. Put your source code in the same dir and do the
following:
Cd ash30
asm filename
(filename is of cause the name of the source file without the extension)
And you will get a file called filename.82p which is the compiled file.
Dines
-----Original Message-----
From: GSGolfNut@aol.com <GSGolfNut@aol.com>
To: assembly-82@lists.ticalc.org <assembly-82@lists.ticalc.org>
Date: 13. september 1997 03:40
Subject: A82: ASM
>How does one use the ASM batch file included with ASH 3.0 to compile a
>program? Can you explain this starting from C:\ in the dos prompt. Several
>aspiring programmers including myself do not know how to do this and need
to
>find out.
>
>