opencodedfunctions.lst 591 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. These functions where tagged as open coded in the Dec20 PSL.
  2. ADDRESSAPPLY0
  3. ADDRESSAPPLY1
  4. ADDRESSAPPLY2
  5. ADDRESSAPPLY3
  6. ADDRESSAPPLY4
  7. CODEAPPLY0
  8. CODEAPPLY1
  9. CODEAPPLY2
  10. CODEAPPLY3
  11. CODEAPPLY4
  12. IDAPPLY0
  13. IDAPPLY1
  14. IDAPPLY2
  15. IDAPPLY3
  16. IDAPPLY4
  17. % These represent the interface tothe users float capability.
  18. !*FEQ
  19. !*FGREATERP
  20. !*WFIX
  21. !*WFLOAT
  22. !*FDIFFERENCE
  23. !*FASSIGN
  24. !*FLESSP
  25. !*FPLUS2
  26. !*FQUOTIENT
  27. !*FTIMES2
  28. %These are for standard division.
  29. WREMAINDER
  30. WQUOTIENT
  31. % These arethe primitives for dealing with the machine words of various sizes.
  32. BYTE
  33. HALFWORD
  34. BITTABLE
  35. PUTBYTE
  36. PUTHALFWORD
  37. PUTBITTABLE