projects
/
rmac
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Actually implement ^^FILESIZE this time :)
[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