mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-13 01:29:57 +00:00
23802b176f
Minor refactoring while here, splitting stuff.
10 lines
126 B
C
10 lines
126 B
C
#ifndef _65C02ISA_H_
|
|
#define _65C02ISA_H_
|
|
|
|
#include <stdint.h>
|
|
|
|
instrdef_t instrdef_get(uint8_t);
|
|
|
|
#endif /* _65C02ISA_H_ */
|
|
|