RosettaCodeData/Task/Compile-time-calculation/MIPS-Assembly/compile-time-calculation.mips
2023-07-01 13:44:08 -04:00

3 lines
96 B
Text

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