As you loop over the items, display their value using a message. # Data for the program goes here .data process: .asciiz "\nNow processing instruction " newLine: .asciiz "\n" # number of test cases ...
To build you will need a C compiler and Make. Type 'make' to build the executable 'pickle' (or 'pickle.exe') on Windows. To run type 'make run', which will drop you into a pickle shell. 'make test' ...