em_private.h 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. /* $Header$ */
  2. /*
  3. * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
  4. * See the copyright notice in the ACK home directory, in the file "Copyright".
  5. */
  6. /* private inclusion file */
  7. #include <em_arith.h>
  8. #include <em_label.h>
  9. #include <em_code.h>
  10. /* include the EM description files */
  11. #include <em_spec.h>
  12. #include <em_pseu.h>
  13. #include <em_mnem.h>
  14. #include <em_reg.h>
  15. /* macros used in the definitions of the interface functions C_* */
  16. #define OP(x) put_op(x)
  17. #define CST(x) put_cst(x)
  18. #define DCST(x) put_cst(x)
  19. #define SCON(x,y) put_scon((x), (y))
  20. #define PS(x) put_ps(x)
  21. #define DLB(x) put_dlb(x)
  22. #define DFDLB(x) put_dlb(x)
  23. #define ILB(x) put_ilb(x)
  24. #define DFILB(x) put_dfilb(x)
  25. #define NOFF(x,y) put_noff((x), (y))
  26. #define DOFF(x,y) put_doff((x), (y))
  27. #define PNAM(x) put_pnam(x)
  28. #define DNAM(x) _prnt(x)
  29. #define DFDNAM(x) _prnt(x)
  30. #define CEND()
  31. #define CCEND() put_ccend()
  32. #define WCON(x,y,z) put_wcon((x), (y), (z))
  33. #define COMMA() put_comma()
  34. #define NL() put_nl()
  35. #define CILB(x) put_ilb(x)