Let's say:
I use Borland C++ builder 5.5 compiler(free) and tasm 5.0 to compile a 32 bit C++ file with inline asm(the code just pops a character on the screen - by writting into video memory). Can you give me the code for the jloc make file and give me some explinations because I don't quite get it.
PS.I wanna use BCC5.5 rather than gcc because it's 32bit C++, with nice(that I like) inline asm and asm syntax.
Thank you