Re: A86: How do you compile/assemble ASM programs?


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

Re: A86: How do you compile/assemble ASM programs?



At 11:40 PM 9/23/97 -0400, you wrote:
>
>
>Okay, I've made the object code, but I can't figure out how to
>assemble/compile it to make into a .86p file.
>
>I tried using ASM 2.0 or whatever it's called, and it doesn't work.
>What are the arguments for make86p?
>
>Give me an example......
>
>
>
>Thanks,
>
>

If you have the object code but not the .86p you're doing it wrong.  With
Asm86, and you have everything in the same directory, (including source!)
then do this:

	make86p test

where your file is called test.asm

Don't rename test.asm to test, just leave it as test.asm but execute
make86p without the extension

you can try it with that test program included with Asm86




-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 Alan Bailey            mailto:bailela@charlie.cns.iit.edu
 IRC:Abalone              Web:http://www.iit.edu/~bailela/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 


Follow-Ups: References: