I have the a86 compiler. I compiling from DOS with A86 HelloWorld.asm and i keep getting "Sorry no file". As there any command line switches i should be declaring or do i have to set my autoexec.bat in anyway? Thanks Guys.
Printable View
I have the a86 compiler. I compiling from DOS with A86 HelloWorld.asm and i keep getting "Sorry no file". As there any command line switches i should be declaring or do i have to set my autoexec.bat in anyway? Thanks Guys.
I renamed it Hello and it compiled it into a .com file but i also have a .sys file. What is that? Now how would i run it? Thanks. :)
I got it to run just by typing in the name of the prog on the command line. I guess i am used to compiling and then running the interpreter like in java. :p Thanks for the help.