home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / asm / CardCheck.readme < prev    next >
Encoding:
Text File  |  1997-03-02  |  917 b   |  25 lines

  1. Short:    Credit Card validity checker
  2. Author:   djones@cardiffcybercafe.co.uk (Dave Jones)
  3. Uploader: djones@cardiffcybercafe.co.uk
  4. Type:     dev/asm
  5.  
  6. A simple asm routine to show usage of the Luhn data checking algorithm
  7. for credit card numbers. If anything, this can be a good source to learn
  8. asm coding from
  9.  
  10. - Gives examples of PC relative (Reloc free) table manipulation.
  11. - Shows how to use some reqtools requestors.
  12.  
  13. To use this code, you'll need the ReqTools includes, and some system
  14. includes for the LVO offsets.
  15.  
  16.  
  17. ============================= Archive contents =============================
  18.  
  19. Original  Packed Ratio    Date     Time    Name
  20. -------- ------- ----- --------- --------  -------------
  21.     2409    1101 54.2% 27-Dec-96 15:06:44  CardChecker.doc
  22.     5337    1848 65.3% 27-Dec-96 15:06:44  CardChecker.s
  23. -------- ------- ----- --------- --------
  24.     7746    2949 61.9% 09-Jan-97 05:45:28   2 files
  25.