I am using some inline assembly code in a C program, compiling with the Intel C++ compiler on Windows.
I need to move the contents of a register into an array.
char array[10];
char byte;
int index;
.
.
.
__asm
{
How to move register to an array?
Reportez-vous à notre Notice d'optimisation pour plus d'informations sur les choix et l'optimisation des performances dans les produits logiciels Intel.

