bambino
01-23-2009, 09:53 PM
I have a routine in assembly that fills a 2000 long section of ram with data. it works fine as long as the routine is in the same object the array is declared in!· I want to now move the routine to an object, but keep the array in the top object.
Is this still possible using longmove? Or does the operation just create another array in the new object!
What I am dreaming is that passing the address of the start of the array to the new object, and then putting this in par to the assembly routine, will allow my code to continue as normal and write to the array in the top object.
Thanks!
Is this still possible using longmove? Or does the operation just create another array in the new object!
What I am dreaming is that passing the address of the start of the array to the new object, and then putting this in par to the assembly routine, will allow my code to continue as normal and write to the array in the top object.
Thanks!