Hi everyone
I need to read an array which I have already placed values into and add the contents of the the array together.
I am assuming it would work in a similar way to how you write to the array, would someone be able to give me some ideas on how to do this?
Thanks for your time.
Thanks Shredded, when I said inline assembler I meant assembly code done within c++ ( _asm)
I have now solved my problem, but thank you for taking the time to reply to me; much appreciated.