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

4 lines
96 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
li t0,10*9*8*7*6*5*4*3*2 ;= 10! = 0x375F00
jal monitor ;display all registers to the screen
nop