A85: 2 dimensional arrays


[Prev][Next][Index][Thread]

A85: 2 dimensional arrays




Is there any better way to do a 2 dimensional array in assembly than assigning
a memory location for each individual cell?  It only has to be 4x4, but It
would be a pain to write the code I need to access each row and column.

-Pat Gray


Follow-Ups: