On Tue, Apr 25, 2000 at 03:17:43PM +0530, Rakesh Agarwal wrote: > I have tried the other way round also "source destination" . Even then it > gives segmentation fault The problem is that you're trying real mode assembly programming in virtual mode. You can't do that. -Arun