0_0_17515903_16482.cpp: In function 'int main()':
0_0_17515903_16482.cpp:5:8: error: expected '(' before '{' token
__asm{
^
0_0_17515903_16482.cpp:6:4: error: 'mov' was not declared in this scope
mov eax, a
^
0_0_17515903_16482.cpp:13:10: error: expected '}' at end of input
return 0;
^
|