- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dup : dword_ptr SegReg #22
Comments
Hi Yamashi,
should do the job. Close if it works for you. |
Hi, It seems to be what I need, the console output does match the expected result, but executing the code results in the following disassembly in VS, it also throws a read exception on execution
And di contains random values, never 18 though. My code is pretty straight forward
|
I think I tracked it down, please check the master and let me know if it works for you. |
It works thanks ! |
Hi,
I am trying to produce mov eax,fs[18], this issue already exists on google code : http://code.google.com/p/asmjit/issues/detail?id=75
But the solution is not present in the current code base it seems, is this intended ?
The text was updated successfully, but these errors were encountered: