Re: A83: Dammit...


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

Re: A83: Dammit...




5.)  Devpac...someone tell me how to use it.  mov AX? :)
To use devpac, download TASM, Devpac, and the necessary include files
into one directory (folder).  Devpac should have inside it Devpac, ZASM,
and the Readme file.  Also, put the source code of the program youwant to
compile/squish in the same directory as all the others.  Now, open up a
text editor like NotePad or something and type:

zasm programname

That's zasm, then space, then the name of the source code as it appears
in your directory(case sensitive).  And then save that as:

anything.bat

Now go back to the directory you're using, and double click on the file
you made.  It's icon is a screen with a gear in the middle.  It should
then start compiling, and if there are no errors, then you're ready to
go!

_____________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
Or call Juno at (800) 654-JUNO [654-5866]


References: