]> Shamusworld >> Repos - rmac/blob - op.h
Fix for issue #179: Don't touch o10 when +/~Oall is called. Made the o10 error messag...
[rmac] / op.h
1 //
2 // Object Processor assembler
3 //
4 // by James Hammons
5 // (C) 2019 Underground Software
6 //
7
8 #ifndef __OP_H__
9 #define __OP_H__
10
11 // Exported functions
12 int GenerateOPCode(int);
13
14 #endif  // __OP_H__
15