11 lines
130 B
C
11 lines
130 B
C
|
#include "em_private.h"
|
||
|
|
||
|
CC_op(opcode)
|
||
|
{
|
||
|
/* Instruction that never has an argument
|
||
|
Argument types: -
|
||
|
*/
|
||
|
OP(opcode);
|
||
|
NL();
|
||
|
}
|