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
In the file bytecode/opcodes.h, no definitions are given for opcode_push or opcode_pop, no names are defined in bytecode/opnames.c, and in bytecode/step.c there is no implementation of push or pop.
The expected usage of these is push <register:src> and pop <register:dest>
The text was updated successfully, but these errors were encountered:
In the file
bytecode/opcodes.h
, no definitions are given foropcode_push
oropcode_pop
, no names are defined inbytecode/opnames.c
, and inbytecode/step.c
there is no implementation ofpush
orpop
.The expected usage of these is
push <register:src>
andpop <register:dest>
The text was updated successfully, but these errors were encountered: