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
All "unintended" exceptions (including INVALID and stack underflow and bad jump destination) work like OOG. Key point: accessing a PC outside of the code is an implicit '0x00' with is STOP, not INVALID, so returns []
Create new errors for each type (OOG, invalid opcode, bad jump)
Return stop when PC > len(code)
The text was updated successfully, but these errors were encountered:
All "unintended" exceptions (including INVALID and stack underflow and bad jump destination) work like OOG. Key point: accessing a PC outside of the code is an implicit '0x00' with is STOP, not INVALID, so returns []
The text was updated successfully, but these errors were encountered: