Short: Credit Card validity checker sources Author: djones@cardiffcybercafe.co.uk (Dave Jones) Uploader: djones cardiffcybercafe co uk Type: dev/asm Architecture: generic A simple asm routine to show usage of the Luhn data checking algorithm for credit card numbers. If anything, this can be a good source to learn asm coding from - Gives examples of PC relative (Reloc free) table manipulation. - Shows how to use some reqtools requestors. To use this code, you'll need the ReqTools includes, and some system includes for the LVO offsets.