Home > Back-end >  Assembly to address assignment
Assembly to address assignment

Time:03-09

Cstrings STR="aaaa";
_asm {
Mov eax], STR //eax is 0 x0111111 that let the address of a storage value for STR 0 x01111111
}
  • Related