Added RCS Headers
This commit is contained in:
parent
fd259c398c
commit
8c84139dc8
|
@ -6,6 +6,8 @@
|
||||||
#include <em_ptyp.h>
|
#include <em_ptyp.h>
|
||||||
#include <em_private.h>
|
#include <em_private.h>
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
static arg();
|
static arg();
|
||||||
static pseudo();
|
static pseudo();
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_bhcst(op, n, w, i)
|
CC_bhcst(op, n, w, i)
|
||||||
arith n;
|
arith n;
|
||||||
arith w;
|
arith w;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_bhdlb(op, n, s, off, i)
|
CC_bhdlb(op, n, s, off, i)
|
||||||
arith n;
|
arith n;
|
||||||
label s;
|
label s;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_bhdnam(op, n, s, off, i)
|
CC_bhdnam(op, n, s, off, i)
|
||||||
arith n;
|
arith n;
|
||||||
char *s;
|
char *s;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_bhfcon(op, n, s, sz, i)
|
CC_bhfcon(op, n, s, sz, i)
|
||||||
arith n;
|
arith n;
|
||||||
char *s;
|
char *s;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_bhicon(op, n, s, sz, i)
|
CC_bhicon(op, n, s, sz, i)
|
||||||
arith n;
|
arith n;
|
||||||
char *s;
|
char *s;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_bhilb(op, n, l, i)
|
CC_bhilb(op, n, l, i)
|
||||||
arith n;
|
arith n;
|
||||||
label l;
|
label l;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_bhpnam(op, n, p, i)
|
CC_bhpnam(op, n, p, i)
|
||||||
arith n;
|
arith n;
|
||||||
char *p;
|
char *p;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_bhucon(op, n, s, sz, i)
|
CC_bhucon(op, n, s, sz, i)
|
||||||
arith n;
|
arith n;
|
||||||
char *s;
|
char *s;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_crcst(op, v)
|
CC_crcst(op, v)
|
||||||
arith v;
|
arith v;
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_crdlb(op, v, off)
|
CC_crdlb(op, v, off)
|
||||||
label v;
|
label v;
|
||||||
arith off;
|
arith off;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_crdnam(op, s, off)
|
CC_crdnam(op, s, off)
|
||||||
char *s;
|
char *s;
|
||||||
arith off;
|
arith off;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_crfcon(op, v, s)
|
CC_crfcon(op, v, s)
|
||||||
char *v;
|
char *v;
|
||||||
arith s;
|
arith s;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_cricon(op, v, s)
|
CC_cricon(op, v, s)
|
||||||
char *v;
|
char *v;
|
||||||
arith s;
|
arith s;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_crilb(op, l)
|
CC_crilb(op, l)
|
||||||
label l;
|
label l;
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_crpnam(op, p)
|
CC_crpnam(op, p)
|
||||||
char *p;
|
char *p;
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_crscon(op, v, s)
|
CC_crscon(op, v, s)
|
||||||
char *v;
|
char *v;
|
||||||
arith s;
|
arith s;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_crucon(op, v, s)
|
CC_crucon(op, v, s)
|
||||||
char *v;
|
char *v;
|
||||||
arith s;
|
arith s;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_cst(l)
|
CC_cst(l)
|
||||||
arith l;
|
arith l;
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_dfdlb(l)
|
CC_dfdlb(l)
|
||||||
label l;
|
label l;
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_dfdnam(s)
|
CC_dfdnam(s)
|
||||||
char *s;
|
char *s;
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_dfilb(l)
|
CC_dfilb(l)
|
||||||
label l;
|
label l;
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_dlb(l, val)
|
CC_dlb(l, val)
|
||||||
label l;
|
label l;
|
||||||
arith val;
|
arith val;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_dnam(str, val)
|
CC_dnam(str, val)
|
||||||
char *str;
|
char *str;
|
||||||
arith val;
|
arith val;
|
||||||
|
|
|
@ -6,6 +6,8 @@
|
||||||
C_magic | | <hand-written>
|
C_magic | | <hand-written>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
#define C_df_dlb(l) CC_dfdlb(l)
|
#define C_df_dlb(l) CC_dfdlb(l)
|
||||||
#define C_df_dnam(s) CC_dfdnam(s)
|
#define C_df_dnam(s) CC_dfdnam(s)
|
||||||
#define C_df_ilb(l) CC_dfilb(l)
|
#define C_df_ilb(l) CC_dfilb(l)
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_end(l)
|
CC_end(l)
|
||||||
arith l;
|
arith l;
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_endnarg()
|
CC_endnarg()
|
||||||
{
|
{
|
||||||
/* END pseudo of procedure with unknown # of locals
|
/* END pseudo of procedure with unknown # of locals
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_exc(c1,c2)
|
CC_exc(c1,c2)
|
||||||
arith c1,c2;
|
arith c1,c2;
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_fcon(val, siz)
|
CC_fcon(val, siz)
|
||||||
char *val;
|
char *val;
|
||||||
arith siz;
|
arith siz;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_icon(val, siz)
|
CC_icon(val, siz)
|
||||||
char *val;
|
char *val;
|
||||||
arith siz;
|
arith siz;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_ilb(l)
|
CC_ilb(l)
|
||||||
label l;
|
label l;
|
||||||
{
|
{
|
||||||
|
|
|
@ -4,6 +4,8 @@
|
||||||
end-pointer.
|
end-pointer.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
#include <system.h>
|
#include <system.h>
|
||||||
#include <local.h>
|
#include <local.h>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_msend()
|
CC_msend()
|
||||||
{
|
{
|
||||||
CEND();
|
CEND();
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_msstart(cst)
|
CC_msstart(cst)
|
||||||
int cst;
|
int cst;
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_op(opcode)
|
CC_op(opcode)
|
||||||
{
|
{
|
||||||
/* Instruction that never has an argument
|
/* Instruction that never has an argument
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_opcst(opcode, cst)
|
CC_opcst(opcode, cst)
|
||||||
arith cst;
|
arith cst;
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_opdlb(opcode, dlb, offset)
|
CC_opdlb(opcode, dlb, offset)
|
||||||
label dlb;
|
label dlb;
|
||||||
arith offset;
|
arith offset;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_opdnam(opcode, dnam, offset)
|
CC_opdnam(opcode, dnam, offset)
|
||||||
char *dnam;
|
char *dnam;
|
||||||
arith offset;
|
arith offset;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_opilb(opcode, ilb)
|
CC_opilb(opcode, ilb)
|
||||||
label ilb;
|
label ilb;
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_opnarg(opcode)
|
CC_opnarg(opcode)
|
||||||
{
|
{
|
||||||
/* Instruction with optional argument, but now without one
|
/* Instruction with optional argument, but now without one
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_oppnam(opcode, pnam)
|
CC_oppnam(opcode, pnam)
|
||||||
char *pnam;
|
char *pnam;
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_pnam(str)
|
CC_pnam(str)
|
||||||
char *str;
|
char *str;
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_pro(pnam, l)
|
CC_pro(pnam, l)
|
||||||
char *pnam;
|
char *pnam;
|
||||||
arith l;
|
arith l;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_pronarg(pnam)
|
CC_pronarg(pnam)
|
||||||
char *pnam;
|
char *pnam;
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_psdlb(op, dlb)
|
CC_psdlb(op, dlb)
|
||||||
label dlb;
|
label dlb;
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_psdnam(op, dnam)
|
CC_psdnam(op, dnam)
|
||||||
char *dnam;
|
char *dnam;
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_pspnam(op, pnam)
|
CC_pspnam(op, pnam)
|
||||||
char *pnam;
|
char *pnam;
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_scon(str, siz)
|
CC_scon(str, siz)
|
||||||
char *str;
|
char *str;
|
||||||
arith siz;
|
arith siz;
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
#include "em_private.h"
|
#include "em_private.h"
|
||||||
|
|
||||||
|
/* $Header$ */
|
||||||
|
|
||||||
CC_ucon(val,siz)
|
CC_ucon(val,siz)
|
||||||
char *val;
|
char *val;
|
||||||
arith siz;
|
arith siz;
|
||||||
|
|
Loading…
Reference in a new issue