_getpid.e 89 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