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 3c - borland/microsoft languages - floating point emulation http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
INT 3C - Borland/Microsoft languages - Floating Point emulation
        This interrupt emulates instructions with a segment override
Note:   the generated code is  CD 3C xy mm ....
        where xy is a modified ESC instruction and mm is the modR/M byte.  The
        xy byte appears to be encoded as
            s s 0 1 1 x x x
        where "ss" specifies the segment override:
                00 -> DS:
                01 -> SS:
                10 -> CS:
                11 -> ES:

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