Assembly Language Question

I came across this question in one of my courses that I'm not sure of. Here it is...<br /><br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->Show a pseudo assembly language code segment to load a new process onto a CPU (that is, to change the PC after restoring other registers) for a processor that contains arithmetic-logical registers R0-R3, processor status register PSR, condition code register CC, program counter PC, and instruction register IR.<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br /><br />I know some assembly language from a course I took not too long ago, but I'm not sure what they want here. Is the "load" statement used to populate the registers one by one? Does the stack need to be used to save existing values? Any help is greatly appreciated.
</div>
 
Top