From: aho450s AT nic DOT smsu DOT edu (Tony O'Bryan) Newsgroups: comp.os.msdos.djgpp Subject: Calling real mode far procedures Date: Sat, 28 Dec 1996 18:19:13 GMT Organization: Southwest Missouri State University Lines: 3 Message-ID: <32c563f9.7993249@ursa.smsu.edu> NNTP-Posting-Host: forseti.i31.smsu.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I want to directly call the video bank swapping interrupt (INT 0x10, AX = 0x4f05) rather than using an interrupt call. Can this be done, or do I have to go through the interrupt call using __dpmi_int()?