em_private.h 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 the EM description files */
  10. #include <em_spec.h>
  11. #include <em_pseu.h>
  12. #include <em_mnem.h>
  13. #include <em_reg.h>
  14. /* macros used in the definitions of the interface functions C_* */
  15. #define OP(x) C_pt_op(x)
  16. #define CST(x) C_pt_cst(x)
  17. #define DCST(x) C_pt_cst(x)
  18. #define SCON(x,y) C_pt_scon((x), (y))
  19. #define PS(x) C_pt_ps(x)
  20. #define DLB(x) C_pt_dlb(x)
  21. #define DFDLB(x) C_pt_dlb(x)
  22. #define ILB(x) C_pt_ilb(x)
  23. #define DFILB(x) C_pt_ilb(x)
  24. #define NOFF(x,y) C_pt_noff((x), (y))
  25. #define DOFF(x,y) C_pt_doff((x), (y))
  26. #define PNAM(x) C_pt_pnam(x)
  27. #define DNAM(x) C_pt_dnam(x)
  28. #define DFDNAM(x) C_pt_dnam(x)
  29. #define CEND() C_pt_cend()
  30. #define CCEND() C_pt_cend()
  31. #define WCON(x,y,z) C_pt_wcon((x), (y), (z))
  32. #define COMMA()
  33. #define NL()
  34. #define CILB(x) CST((arith) x)
  35. #define C_pt_cend() C_putbyte(sp_cend)
  36. #define C_pt_op(x) C_putbyte(x)
  37. #define C_pt_ps(x) C_putbyte(x)