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