vinicrestani
Programmer
Hello,
Please, I need help to learn how I access a data at array.
For example, I have 2 arrays...
Array1 DB 30h,32h,40h
Array2 DB 32h,43h,22h
How I'd do for compare the second element in array1 with de first element of array2?
Thanks...
Please, I need help to learn how I access a data at array.
For example, I have 2 arrays...
Array1 DB 30h,32h,40h
Array2 DB 32h,43h,22h
How I'd do for compare the second element in array1 with de first element of array2?
Thanks...