date and time created 83/02/11 15:44:43 by rrh
[unix-history] / usr / src / usr.bin / pascal / px / machdep.h
CommitLineData
20199215
KM
1/* Copyright (c) 1979 Regents of the University of California */
2
a7012926 3/* static char sccsid[] = "@(#)machdep.h 1.3 %G%"; */
20199215 4
a7012926 5#ifdef ADDR32
20199215
KM
6#define pushaddr push4
7#define popaddr (char *)pop4
a7012926
KM
8#endif ADDR32
9#ifdef ADDR16
9a92014d
KM
10#define pushaddr push2
11#define popaddr (char *)pop2
a7012926 12#endif ADDR16