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 2f - multiplex - nlsfunc.com - get country info http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 2F - Multiplex - NLSFUNC.COM - GET COUNTRY INFO
        AX = 1402h
        BP = subfunction (same as AL for INT 21/AH=65h)
        BX = code page
        DX = country code
        DS:SI -> internal code page structure (see AX=1401h)
        ES:DI -> user buffer
        CX = size of user buffer
Return: AL = status
            00h successful
            else DOS error code
Notes:  called by DOS v3.3+ kernel on INT 21/AH=65h
        code page structure apparently only needed for COUNTRY.SYS pathname
SeeAlso: AX=1403h,1404h, INT 21/AH=65h

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