From: "Thomas Harte" Newsgroups: comp.os.msdos.djgpp Subject: VARIABLE COPYING Date: 25 Dec 1996 23:38:52 GMT Organization: Dell Computer Corporation Lines: 7 Message-ID: <01bbf2bb$a43d2f60$962749c2@default> NNTP-Posting-Host: host-73-39-150.btinternet.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp What would be the fastest way of copying the contents of one unsigned int (malloc'd at 64000) to another identical unsigned int? I don't know any assembler at all, so if you are going to suggest I use that, kindly give me some sort of code to look at and learn from. Thanks, -Thomas