ack/plat/cpm/emu/dis8080.h
2019-02-07 23:36:45 +01:00

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