Bara Shamroukh
Bara Shamroukh

Reputation: 11

MIPS Assembly Language : Delay

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

Answers (1)

blackcompe
blackcompe

Reputation: 3190

If you're using MARS, syscall 32 with put the main Java thread to sleep for a specified number of milliseconds.

MARS syscalls

Upvotes: 2

Related Questions