hol0.e 590 B

1234567891011121314151617181920212223242526272829
  1. #
  2. ; $Header$
  3. ;
  4. ; (c) copyright 1983 by the Vrije Universiteit, Amsterdam, The Netherlands.
  5. ;
  6. ; This product is part of the Amsterdam Compiler Kit.
  7. ;
  8. ; Permission to use, sell, duplicate or disclose this software must be
  9. ; obtained in writing. Requests for such permissions may be sent to
  10. ;
  11. ; Dr. Andrew S. Tanenbaum
  12. ; Wiskundig Seminarium
  13. ; Vrije Universiteit
  14. ; Postbox 7161
  15. ; 1007 MC Amsterdam
  16. ; The Netherlands
  17. ;
  18. ;
  19. mes 2,EM_WSIZE,EM_PSIZE
  20. ; _hol0 return the address of the ABS block (hol0)
  21. exp $_hol0
  22. pro $_hol0,0
  23. lae 0
  24. ret EM_PSIZE
  25. end ?