From: "Yeep" Newsgroups: comp.os.msdos.djgpp Subject: memmove Date: 21 Dec 1996 23:06:39 GMT Organization: XS4ALL, networking for the masses Lines: 13 Message-ID: <01bbef93$841c78b0$75216dc2@parkview> NNTP-Posting-Host: mas04-20.dial.xs4all.nl To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Okay, I have a double buffer and I want to move it to the screen. Right, how on earht do I do that. I don't want to use no memmove, memcpy instructionms. I want to do it in inliner (i'm stubborn). Right, I tried it with movsl, while loading es:edi and ds:esi. (I know it's PM and I don't need no segments, but it worked for my putpixel routine). I saw something about using only edi and esi,but that didn't work. Idea's please!!!! Yeep