Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ Language Reference - regs this union, defined in dos.h,stores byte and word_ http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
   REGS             This union, defined in dos.h,stores byte and word_
                    register values to be passed to and returned  from
                    calls to the MSDOS interface functions, int86 etc.


                    Definition:
                       struct WORDREGS
                          {unsigned ax,bx,cx,dx,si,di,cflag,flags; };
                       struct BYTEREGS
                          {unsigned char al,ah,bl,bh,cl,ch,dl,dh; };
                       union REGS
                          { struct WORDREGS x; struct BYTEREGS h; };

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