]> Shamusworld >> Repos - rmac/blob - op.h
Slight revamp of the optimisation system, featuring: strengthened flag parser, slight...
[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