getuid.e 101 B

123456789
  1. #
  2. mes 2,EM_WSIZE,EM_PSIZE
  3. exp $getuid
  4. pro $getuid,0
  5. loc 24
  6. mon
  7. asp EM_WSIZE
  8. ret EM_WSIZE
  9. end