completely new version
This commit is contained in:
13
modules/src/em_code/crdnam.c
Normal file
13
modules/src/em_code/crdnam.c
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "em_private.h"
|
||||
|
||||
CC_crdnam(op, s, off)
|
||||
char *s;
|
||||
arith off;
|
||||
{
|
||||
/* CON or ROM with argument DNAM(s, off)
|
||||
*/
|
||||
PS(op);
|
||||
NOFF(s, off);
|
||||
CEND();
|
||||
NL();
|
||||
}
|
||||
Reference in New Issue
Block a user