CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
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
}
Page link:
https//www.codepudding.com/Backend/103728.html
Prev:
Inquire of c select statement, basic problem
Next:
VSCode run out of the code is how to return a responsibility?
Tags:
C + + language
Related
Links:
CodePudding