Assembly Programming and Interrupt Handling

Posted by nmr on Stack Overflow See other posts from Stack Overflow or by nmr
Published on 2009-10-28T01:41:11Z Indexed on 2010/04/30 3:17 UTC
Read the original article Hit count: 261

Filed under:
|
|

I'm writing a program in assembly using MIPS architecture for a class, and I'm having trouble figuring out how to grab an input character by a user and store it in a register to process.

The program would open a console, output a message, the user can then input a character and then this determines what is supposed to happen next in the program.

Like I said, I'm having trouble figuring out how to grab the character so that I can act upon it in the program.

thanks

© Stack Overflow or respective owner

Related posts about assembly

Related posts about interrupts