em_decode.6 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .\" $Header$
  2. .TH EM_DECODE VI
  3. .ad
  4. .SH NAME
  5. em_decode,em_encode \- compact to readable EM and v.v.
  6. .SH SYNOPSIS
  7. /usr/em/lib/em_decode [ inputfile [ outputfile ] ]
  8. .br
  9. /usr/em/lib/em_encode [ inputfile [ outputfile ] ]
  10. .SH DESCRIPTION
  11. Most programs involved with the EM project only produce and accept
  12. EM programs in compact form.
  13. These files are only machine readable.
  14. A description of this compact form can be found in [1].
  15. To inspect the code produced by compilers or to patch them for one reason
  16. or another, you need human readable assembly code.
  17. Em_decode will do the job for you.
  18. .PP
  19. Em_decode accepts the normal compact form in both optimized and
  20. unoptimized form
  21. .PP
  22. Sometimes you have to make some special routines directly
  23. in EM, for instance the routines implementing the system calls.
  24. At these times you may use em_encode to produce compact routines
  25. out of these human readable assembly modules.
  26. .PP
  27. The first argument is the input file.
  28. The second argument is the output file.
  29. Both programs can act as a filter.
  30. .SH "SEE ALSO"
  31. .IP [1]
  32. A.S.Tanenbaum, Ed Keizer, Hans van Staveren & J.W.Stevenson
  33. "Description of a machine architecture for use of
  34. block structured languages" Informatica rapport IR-81.
  35. .IP [2]
  36. ack(I)
  37. .SH DIAGNOSTICS
  38. Error messages are intended to be self-explanatory.
  39. .SH AUTHOR
  40. Johan Stevenson, Vrije Universiteit.