7 lines
122 B
C
7 lines
122 B
C
|
#ifndef DIS8080_H
|
||
|
#define DIS8080_H
|
||
|
|
||
|
extern uint16_t i8080_disassemble(char* buffer, size_t bufsiz, uint16_t pc);
|
||
|
|
||
|
#endif
|