Skip to content

unknown opcodes print as decimal #6

Description

@ktye

memory.copy seems not to be implemented in the binary parser.
however the error message is:

unknown opcode sequence: 0xFC 0x10

which should be 0xFC 0x0A.
It looks like it's printed decimal in table.c (web49_bytes_to_opcode):

unknown opcode sequence: 0xFC 0x%" PRIu8

same for the other sequences.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions