1 /*
2   Dummy
3   Barely supported opcodes
4   JBS 15 June 1994
5 */
6 
7 #ifndef _DUMMY_
8 
9 #define _DUMMY_
10 
11 #include "types.h"
12 
13 void clear_flag(void);
14 void set_flag(void);
15 void test_byte_array(word, word);
16 
17 #endif
18