Reputation: 11
I want two numbers to be displayed one after another with a 3 seconds delay between them, How can that be done in MIPS ?
Upvotes: 1
Views: 1678
Reputation: 3190
If you're using MARS, syscall 32
with put the main Java thread to sleep for a specified number of milliseconds.
Upvotes: 2