I'm tinkering around with the MARIE assembly language, but I can't find a way to simulate array functionality. I'm trying to write a program to find the dot product of two vectors (arrays) and I can't figure out how to get an arbitrary list of numbers saved, and then a second one after that.
I actually consulted an actual textbook that features MARIE and didn't find anything on it.