In my Borland C++ 5.5.1 free command line tools and dev-C++ newest version, I can't compile the asm, _asm, or __asm keywords!
The Borland C++ says "Unable to execute TASM32.exe". Yes, I've checked the directory, this program doesn't exists (previously I thought it'll compiled all together with bcc32). Any solution to insert the assembly code in C++?
The Borland C++ says "Unable to execute TASM32.exe". Yes, I've checked the directory, this program doesn't exists (previously I thought it'll compiled all together with bcc32). Any solution to insert the assembly code in C++?