From: aho450s AT nic DOT smsu DOT edu (Tony O'Bryan) Newsgroups: comp.os.msdos.djgpp Subject: Calling real mode far procedures Date: 29 Dec 1996 03:13:04 GMT Organization: Southwest Missouri State University Lines: 3 Message-ID: <5a4nk0$5b2@nr1.vancouver.istar.net> NNTP-Posting-Host: webserver.vertigo3d.com 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()?