]> Shamusworld >> Repos - apple2/blob - src/dis65c02.h
08e1ad1ac6e140e9095710b833518c3b88642291
[apple2] / src / dis65c02.h
1 //
2 // DIS65C02.H
3 //
4 // by James L. Hammons
5 // (C) 2004 Underground Software
6 //
7
8 #ifndef __DIS65C02_H__
9 #define __DIS65C02_H__
10
11 #include <stdint.h>
12
13 int Decode65C02(uint16_t pc);
14
15 #endif  // __DIS65C02_H__