QtSPIM: Explanation for code shown without loading program
问题 The QtSPIM MIPS assembler already shows some lines of code even though there is no program loaded, like can be seen on https://ecs-network.serv.pacific.edu/ecpe-170/tutorials/qtspim-tutorial. I assume this is required for loading programs, but I would be very interested in an exact explanation to understand all details. 回答1: A QtSPIM program consists of two parts: an exception handler, and a user program. The default exception handler includes both a short user-mode startup code sequence