#include <rz_types.h>
#include <rz_util.h>
#include <rz_asm.h>
#include <rz_lib.h>
#include "../arch/gb/gbdis.c"
#include "../arch/gb/gbasm.c"
Go to the source code of this file.
◆ assemble()
Definition at line 19 of file asm_gb.c.
static int gbAsm(RzAsm *a, RzAsmOp *op, const char *buf)
References a, and gbAsm().
◆ disassemble()
◆ rizin_plugin
Initial value:= {
}
RzAsmPlugin rz_asm_plugin_gb
Definition at line 36 of file asm_gb.c.
◆ rz_asm_plugin_gb
Initial value:= {
.name = "gb",
.desc = "GameBoy(TM) (z80-like)",
.arch = "z80",
.author = "condret",
.license = "LGPL3",
.bits = 16,
}
static int assemble(RzAsm *a, RzAsmOp *rz_op, const char *buf)
static int disassemble(RzAsm *a, RzAsmOp *rz_op, const ut8 *buf, int len)
#define RZ_SYS_ENDIAN_LITTLE
Definition at line 23 of file asm_gb.c.