RosettaCodeData/Task/Compile-time-calculation/MIPS-Assembly/compile-time-calculation.mips

4 lines
96 B
Plaintext

li t0,10*9*8*7*6*5*4*3*2 ;= 10! = 0x375F00
jal monitor ;display all registers to the screen
nop