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 21 - dos 4.x internal - country-dependent filename capitalization http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 21 - DOS 4.x internal - COUNTRY-DEPENDENT FILENAME CAPITALIZATION
        AH = 65h
        AL = function
            A0h capitalize filename character
                DL = character to capitalize
                Return: DL = capitalized character
            A1h capitalize counted filename string
                DS:DX -> filename string to capitalize
                CX = length of string
            A2h capitalize ASCIZ filename
                DS:DX -> ASCIZ filename to capitalize
Return: CF set on error
            AX = error code (see AH=59h)
        CF clear if successful
Note:   nonfunctional in DOS 4.00 and 4.01 due to a bug

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