Click to See Complete Forum and Search --> : help needed urgently


daivam6
March 12th, 2006, 10:03 PM
could somebody help me how to write an assembly language programme to copy k words from one part of the memory to another whose addresses are stored in the registers.(RISC architecture preferred)

kanul.chugh
March 17th, 2006, 02:52 AM
Go to the address of the mem. where u want to copy it
then see whether the space required(k) is empty or not
then start a loop which copies 4m mem. to register and then 4m reg. to mem.

Kanul