Skip to content

Machine code routine call instructions (0NNN) are not supported #2

@64kramsystem

Description

@64kramsystem

CHIP-8 has an instruction for invoking machine code routines (opcode 0NNN).

They're corrently not supported - when they're found, a decimal number is printed instead; while it can be understood, it's not in line with the overall disassembler functionality.

See, for example https://github.com/JohnEarnest/chip8Archive/blob/master/roms/mondrian.ch8, which starts with the common hires call (0x00FF).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions