Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.
This repository was archived by the owner on Dec 8, 2023. It is now read-only.

(comp): GameBoyInstructionSet #7

@arkamnite

Description

@arkamnite

Complete GameBoy Instruction Set description.

It will naturally take a very long time to complete the entire instruction set description, and there are likely to be clashes with the existing AVR instructions and lowering those to DAG. There are specific key tasks which must be at least formalised, before the existing implementations are modified:

  1. Devise a calling convention; refer to SDCC convention if needed.
  2. Categorise instructions into instruction formats; at least determine an exhaustive list of these formats.
  3. Investigate pseudo-instructions.

The necessary files to be modified include:

  • GameBoyInstrFormats.td
  • GameBoyInstrInfo.td
  • GameBoyInstrInfo.cpp

Metadata

Metadata

Assignees

No one assigned

    Labels

    instruction setPart of the instruction set description

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions