1: /*
   2:  * Copyright (c) 1980 Regents of the University of California.
   3:  * All rights reserved.  The Berkeley software License Agreement
   4:  * specifies the terms and conditions for redistribution.
   5:  *
   6:  *	@(#)machdep.h	5.1 (Berkeley) 6/5/85
   7:  */
   8: 
   9: #ifdef ADDR32
  10: #define pushaddr push4
  11: #define popaddr (char *)pop4
  12: #endif ADDR32
  13: #ifdef ADDR16
  14: #define pushaddr push2
  15: #define popaddr (char *)pop2
  16: #endif ADDR16

Defined macros

popaddr defined in line 15; used 49 times
pushaddr defined in line 14; used 17 times

Usage of this include

Last modified: 1985-06-05
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 1559
Valid CSS Valid XHTML 1.0 Strict