Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

VMFailure: UnrecognizedOpcode 95 #25

Open
MarcelCiernik opened this issue Jul 22, 2023 · 1 comment
Open

VMFailure: UnrecognizedOpcode 95 #25

MarcelCiernik opened this issue Jul 22, 2023 · 1 comment

Comments

@MarcelCiernik
Copy link

gives error when try to step in to instruction 5F - PUSH0 opcode

@git-josip
Copy link

@MarcelCiernik
Opcode 95 is 5F which is PUSH0 . SO anytime you use in huff:
0x00 that is compiled to 5F and not to 6000 Which is PUSH1 0x00 . That was introduced in huffc 0.3.2
I had same issue. Try to use older version until extension is up to date.

https://github.com/huff-language/huff-rs/releases/tag/0.3.2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants