getpid.e 87 B

12345678
  1. #
  2. mes 2,EM_WSIZE,EM_PSIZE
  3. exp $getpid
  4. pro $getpid,0
  5. loc 20
  6. mon
  7. ret EM_WSIZE
  8. end