home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / adhesive_1 / examples / obj2 / cahg / adh
Encoding:
Text File  |  1994-07-31  |  335 b   |  23 lines

  1. | Object to reverse a string
  2. %need   3 0.00 0.00
  3. 0      stringReverse
  4. %
  5.  
  6. | Some Shared C Library stuff
  7. %need 1 0.00 0.00
  8. 104    x$stack_overflow
  9. 105    x$stack_overflow_1
  10. 106    x$udivide
  11. 107    x$uremainder
  12. 108    x$divide
  13. 109    x$divtest
  14. 110    x$remainder
  15. 111    x$multiply
  16. 157    strlen
  17. %
  18.  
  19. | Our procedure to reverse a string
  20. %offer
  21. 0    stringSimpleReverse
  22. %
  23.