Go to the source code of this file.
◆ do_assemble()
Definition at line 16 of file asm_z80.c.
RZ_API char * rz_strbuf_get(RzStrBuf *sb)
RZ_API_I int z80asm(unsigned char *outbuf, const char *s)
References rz_strbuf_get(), and z80asm().
◆ do_disassemble()
Definition at line 12 of file asm_z80.c.
static FUNC_ATTR_USED int z80Disass(RzAsmOp *op, const ut8 *buf, int len)
References len, and z80Disass().
◆ rizin_plugin
Initial value:= {
}
RzAsmPlugin rz_asm_plugin_z80
Definition at line 33 of file asm_z80.c.
◆ rz_asm_plugin_z80
Initial value:= {
.name = "z80",
.desc = "Zilog Z80",
.license = "GPL3",
.author = "condret",
.arch = "z80",
.bits = 8,
}
static int do_assemble(RzAsm *a, RzAsmOp *op, const char *buf)
static int do_disassemble(RzAsm *a, RzAsmOp *op, const ut8 *buf, int len)
#define RZ_SYS_ENDIAN_NONE
Definition at line 20 of file asm_z80.c.