RosettaCodeData/Task/Empty-program/MIPS-Assembly/empty-program-2.mips

9 lines
148 B
Plaintext

la $t0,0xBFC007FC
li $t1,8
sw $t1,0($t0)
halt:
nop ;not actually needed by real hardware, but Project 64 doesn't like infinite loops.
b halt
nop