Thanks, will try.Use Geany with NASM. If you wish to persist with TASM, you can configure geany to use TASM as well.
(Little) Offtopic:
I am a 3rd sem student of MCA. Am not able to clear the exam of Assembly Language from 1st sem. I think I am good in C++. But Assembly, just seems too complex to understand. Dont know where to even begin!
It would be helpful if fellow members can guide me to a start. Maybe in the form of an easy ebook, or a tutorial etc.
I've got Geany, but how do I set it up with Tasm? I'm a total noob at this, just ran this code with Geany and got an error "Create Process failed" and its being compiled with Nasm.Which microprocessor?? I guess 8085 or 8086, try Gaonkar, BTW try to get an Emulator, practice on it and you'll be easy going.
Which microprocessor?? I guess 8085 or 8086, try Gaonkar, BTW try to get an Emulator, practice on it and you'll be easy going.
Thanks, will try, looks a bit confusing though.First of all is NASM installed and in your OS path? I mean can your run nasm command in your Command Line? NASM should report multiple errors in your program, not just "Create process failed".
Secondly, I would think, you are using TASM specific code. I guess your only choice is to configure the build commands to use TASM. When you save the above program with .asm extension. Go to Build->Set Build Commands, and make appropriate adjustments for TASM. Make sure you add TASM's bin directory in your OS path, and remember %f stands for the source file name, and %e for source filename without extension.
Emulator like GNUsim8085. Available in all platforms. Not sure for 8086 though.