Gekkio / GhidraBoy

Sharp SM83 / Game Boy extension for Ghidra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing instruction

Mallos31 opened this issue · comments

Issue: Gameboy CPU instruction 0x8c, ADC A, H is missing from the current version of Ghidra Boy.

A disassembler such as mgbdis gives the following disassembly;

add a
add l
ld l, a
ld a, $00
adc h

The attached image shows Ghidra's output.
GBGlitch