Hi to all users of Stackoverflow, I am trying to write code in MIPS that will implement the clock. I create my own exception handler and I am doing something wrong, because currently I only show 00:00. Therefore, I use a flag to decide if this is a time interrupt, but this flag is never set to one, and I donβt understand why not. If someone can see my mistake or a huge misunderstanding of the concept on my part, please tell us.
This is my code:
.globl __eoth __eoth: .globl Yesdisplay
source share