completely new version
This commit is contained in:
12
modules/src/em_code/opcst.c
Normal file
12
modules/src/em_code/opcst.c
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "em_private.h"
|
||||
|
||||
CC_opcst(opcode, cst)
|
||||
arith cst;
|
||||
{
|
||||
/* Instruction with a constant argument
|
||||
Argument types: c, d, l, g, f, n, s, z, o, w, r
|
||||
*/
|
||||
OP(opcode);
|
||||
CST(cst);
|
||||
NL();
|
||||
}
|
||||
Reference in New Issue
Block a user