It's pretty much the backwards process of saving it. First, you would have to declare an array. The array will resize automatically, so you should start the array with size 0. Then, you'd call the LOAD instruction, specifying the declared array. The loaded variables will then be put within the array in the same order as you saved them. You can now recover all the variables you saved.