add "ap" and "fp" notion, fix SUCC and PRED
[unix-history] / usr / src / usr.bin / pascal / px / machdep.h
/* Copyright (c) 1979 Regents of the University of California */
/* static char sccsid[] = "@(#)machdep.h 1.1 %G%"; */
#define pushaddr push4
#define popaddr (char *)pop4
#define popargs(num) popsp(num * sizeof(int))