using a trap to output characters in assembly using SPARC instruction set
问题 My assignment is as follows: Given the assembly code below, write a successfully executing trap that prints out the message “It’s a Trap” and returns to your main code. I believe most of the work has already been done and this is likely an easy question but I'm working without any knowledge of assembly so I'm still very much in need of some help. I understand the concept of traps but not the syntax so what I'm really wondering is what kind of answer the question is looking for. The part