home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / adhesive_1 / examples / objects / 3 / 100 / Info next >
Encoding:
Text File  |  1994-07-31  |  418 b   |  15 lines

  1. Another Demonstration test object
  2. George Taylor
  3. Release 1.00
  4.  
  5.  
  6. This object provides a simple routine to reverse a string.
  7. The routine requires to know the length of the string and where it is.
  8. The routine can safely be called from an APCS procedure and from
  9. BASIC/NON-APCS assembler.
  10.  
  11. stringReverse
  12. entry: r0 = pointer to string
  13.        r1 = length of string
  14. exit:  string is swapped round, all registers are preserved
  15.