READ_ME 631 B

123456789101112131415
  1. This directory contains the default EM_CODE(3L) interface. That is :
  2. 1) message-instruction are ignored.
  3. 2) pseudo-instruction are almost machine independent, so they are
  4. implemented completely. *)
  5. 3) storage-instruction are almost machine independent, so they are
  6. implemented completely. *)
  7. 4) The other EM instructions generate a "not implemented"
  8. message.
  9. The file "pseudovars.c" contains two global variables. 'locals_created' tells if
  10. the prolog is exected or not. 'Busy' tells if the code expander is running
  11. or not.
  12. *) The necessary constants should be defined by the table writer.