1#include "asm_regnames.h"
2	.text
3	.globl __start
4__start:
5	addu v0, v1, a0
6	subu a1, a2, a3
7	multu t0, t1
8	break
9