Re: A82: Compiling questions


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

Re: A82: Compiling questions



How to compile: By Ilya Winham
Make a folder and call it Ash30
In it have all the files that come with ash plus tasm and tasm80.tab.
Now rename your text file and end it with .asm (e.g. game.asm)
Make sure everything is in the same folder - Ash30
Now get to a c prompt
Type:
cd C:\Save_Here\Ash30 (You do not need the save here part but that is 
just an example of how to get the the right directory)
Now type
asm name (name being the name of your .asm file without the .asm 
extension)
Press enter and voila! Your game is compiled and a .82p file is created.


References: