Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Ralf Brown's Interrupt List (Part 1,2) - int b3 - zipkey - look up state code for zipcode http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT B3 - ZIPKEY - LOOK UP STATE CODE FOR ZIPCODE
        AH = 75h
        DX = zipcode region (0-999)
        CH = last two digits of zipcode (0-99)
Return: CF set on error (zipcode not found)
            AL = suggested state code, FFh if none
        CF clear if successful
            AL = ZIPKEY state code
SeeAlso: AH=76h,79h

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson