Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

what is __asm in C++

basicly it is used to include assembly code in C++ code

===============================
syntax : 
_asm
{
	assembly code
}
===============================

also you can go to disassembly while debugging the program to see
how C++ assembly code look like {in visual studio}
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
6+7 =