date and time created 82/01/18 19:20:54 by linton
[unix-history] / usr / src / usr.bin / pascal / pdx / machine / pxops.h
CommitLineData
6681b368
ML
1/* Copyright (c) 1982 Regents of the University of California */
2
3static char sccsid[] = "@(#)pxops.h 1.1 %G%";
4
5/*
6 * px opcodes
7 */
8
9typedef unsigned char PXOP;
10
11#include "../px/h02opcs.h" /* opcode defines */