#include "pch.h" #include <iostream> using namespace std; void main() { int a; __asm { push eax mov eax,DWORD PTR[117C4610] mov a,eax } cout << a << endl; system("pause"); }
Related questions
Find more questions by tags AssemblerC++