You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When executing this under Python 3.12.6 on Windows, using icicle-emu==0.0.5, it produces the following output:
run status : RunStatus.UnhandledException
exception code : ExceptionCode.WritePerm
exception value : 0x208
stack pointer : 0x208
The exception is to be expected considering the permissions, but what is unexpected here is the value of the stack pointer: Its expected value would be 0x210, i.e. I would have expected that no part of the faulting instruction is executed.
The text was updated successfully, but these errors were encountered:
Consider the following code:
When executing this under Python 3.12.6 on Windows, using icicle-emu==0.0.5, it produces the following output:
The exception is to be expected considering the permissions, but what is unexpected here is the value of the stack pointer: Its expected value would be
0x210
, i.e. I would have expected that no part of the faulting instruction is executed.The text was updated successfully, but these errors were encountered: