Message-ID: <3755C659.2E6FD149@swipnet.se> From: Mattias =?iso-8859-1?Q?Ekl=F6f?= X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: sv,en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: DJGPP+NASM favour Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 14 Date: Thu, 03 Jun 1999 02:03:37 +0200 NNTP-Posting-Host: 212.151.121.25 X-Complaints-To: news-abuse AT swip DOT net X-Trace: nntpserver.swip.net 928368287 212.151.121.25 (Thu, 03 Jun 1999 02:04:47 MET DST) NNTP-Posting-Date: Thu, 03 Jun 1999 02:04:47 MET DST Organization: A Customer of Tele2 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I'm wondering if someone could type out two really minor asm functions that'd work with DJGPP+NASM for me. I want speed at the same time as my asm knowledge is very limited, and I don't feel like digging too deep into it just for the sake of two functions either. Anyway, what I need is: * a function something like void memcpy(char* to, char* from) that'd copy 64000 bytes of memory from (char*)from to (char*)to. * a function like void putmem(char* from) that'd copy 64000 bytes of memory from (char*) onto the screen (0xA000). I'd really appreciate any help. Mattias