A86: Element extraction


[Next][Index][Thread]

A86: Element extraction




How does one access the data in arrayed variables in an assembly program?
Say, for example, I had x={1,2,3,4,5} and x loaded up into op1: how would I
extract x[[2]]? Does it extend to extracting x[[1,1]] if x=[[1,2][3,4]] with
x, again, loaded into op1?






Follow-Ups: