MechanicalBoy
Technical User
Hi All.
I have a problem with assembler statemets nasted in my source code. I spend some time reading help on asm, _asm , __asm directives. In my program i wrote such simple instruction:
But when i run it i see following warning & error:
[C++ Warning] Unit1.cpp(14): W8002 Restarting compile using assembly.
[Tasm Fatal Error] Invalid command line.
Can anybody explain me what is wrong.
Thanks in advance.
I have a problem with assembler statemets nasted in my source code. I spend some time reading help on asm, _asm , __asm directives. In my program i wrote such simple instruction:
Code:
asm mov ax,5
But when i run it i see following warning & error:
[C++ Warning] Unit1.cpp(14): W8002 Restarting compile using assembly.
[Tasm Fatal Error] Invalid command line.
Can anybody explain me what is wrong.
Thanks in advance.