-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
dis_native #494
Comments
Please can you open a Python REPL and do : from platform import machine
print(machine()) And tell me what the output is? https://github.com/tonybaloney/Pyjion/blob/develop/main/src/pyjion/dis.py#L624 |
the output is as the attached picture
…------------------ Original ------------------
From: Anthony Shaw ***@***.***>
Date: Wed,Sep 28,2022 4:36 PM
To: tonybaloney/Pyjion ***@***.***>
Cc: mccoysc ***@***.***>, Author ***@***.***>
Subject: Re: [tonybaloney/Pyjion] dis_native (Issue #494)
Please can you open a Python REPL and do :
from platform import machine print(machine())
And tell me what the output is?
https://github.com/tonybaloney/Pyjion/blob/develop/main/src/pyjion/dis.py#L624
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
|
i found the code installed via |
pyjion.dis.dis_native(half, include_offsets=True)
run the above code in python 3.10.7,windows10 x64.
it prints:
disassembly only supported on x86_64
@tonybaloney
The text was updated successfully, but these errors were encountered: