Hello Everyone,
I want to use Input or Memory address as array and then want to read in Program.
For e.g, %MW512, % MW514, % MW516..
I want to read as following
%MW(variable_Name) and Variable name to be increased by 2 in each cycle and read values of memory and write to some different temporary array.
Is this possible?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
But be careful about direct memory access - when I changed removed the forced memory location on Word1 and Word2 - then Pass was false (i.e. who knows where the compiler put the variables!). Also, I believe the memory locations may be hardware dependent, too.
Hello Everyone,
I want to use Input or Memory address as array and then want to read in Program.
For e.g, %MW512, % MW514, % MW516..
I want to read as following
%MW(variable_Name) and Variable name to be increased by 2 in each cycle and read values of memory and write to some different temporary array.
Is this possible?
Originally created by: scott_cunningham
You can do this:
Pass goes true.
But be careful about direct memory access - when I changed removed the forced memory location on Word1 and Word2 - then Pass was false (i.e. who knows where the compiler put the variables!). Also, I believe the memory locations may be hardware dependent, too.
Related
Talk.ru: 1