Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Interrupts & Ports - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

        Get/Set country-dependent information (INT 21h, 38h)

        Set current country:
          Entry:
            AX = 38FFh
            BX = Country code
            DX = FFFFh
          Return:
            CF = 1 on error

        Get country information:
          Entry:

            If you want information for current country then
              AX = 3800h
            else
              AX = 38FFh
              BX = Country code
            DS:DX = Address of buffer for returned DOS Country
                    information (DCI)
          Return:
            CF = 1 on error (AX = errorcode)
            BX = country code
            DS:DX with DCI

See Also: DCI

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