date and time created 81/01/07 16:55:37 by mckusick
[unix-history] / usr / src / usr.bin / pascal / px / machdep.h
CommitLineData
20199215
KM
1/* Copyright (c) 1979 Regents of the University of California */
2
3/* static char sccsid[] = "@(#)machdep.h 1.1 %G%"; */
4
5#define pushaddr push4
6#define popaddr (char *)pop4
7#define popargs(num) popsp(num * sizeof(int))