X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=src%2Fcpu8051.h;h=52e710dc4a09788a32d9519a3e18c1e751fba592;hb=7b400e8dd6a3f1a50247b74283c76e34f9e20ba1;hp=f11122a89ef92369cf4be69499a8cea338927d3f;hpb=b23541495010180e3a69e3e1f64c934b28775878;p=emu8051.git diff --git a/src/cpu8051.h b/src/cpu8051.h index f11122a..52e710d 100644 --- a/src/cpu8051.h +++ b/src/cpu8051.h @@ -87,6 +87,15 @@ cpu8051_ReadI(unsigned int Address); unsigned char cpu8051_ReadB(uint8_t bit_address); +int +cpu8051_get_instruction_size(unsigned char opcode); + +void +cpu8051_disasm_mnemonic(unsigned char OpCode, char *buf); + +void +cpu8051_disasm_args(unsigned int address, char *buf); + int cpu8051_Disasm(unsigned int Address, char *Text);