Enters numbers into an array all at once. EXj dim ?10[4] dim ?20[2][3] movl ?10,0,1,2,3,4 movl ?20[0],0,1,2,3 movl ?20[1],0,2,4,6 movl ?20[2],0,3,6,9