Skip to content

Fix LD <register>,<address> #27

@berwyn

Description

@berwyn

Load8FromMemoryOperation has a series of problems that need to be addressed:

  • LD A,(C) is unimplemented
  • LD A,(a8) is unimplemented
  • LD A,(a16) is unimplemented

Additionally, the types involved in the operation allow for several states that are invalid. For the sake of safety and soundness, the interface of the struct should probably be changed to only allow correct invocations of the operation.

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