Firstly thank you for anyone who views this your time is appreciated. I am learning assembly via C++ ( asm) . I have declared an array in c++ and would like to use it in the asm part of the code.
I am aware of how to put values into a normal variable in asm but could someone give me tips on how to put values into an array?