1gen address 2 3$con 4 type = D_CONST 5 offset = con 6 7$name+con(P) 8 type = D_CONST 9 offset = con 10 name = P 11 12$"xxx" 13 type = D_SCONST 14 15$1.0 16 type = D_FCONST 17 18con 19 type = D_OREG 20 offset = con 21 22name+con(P) 23 type = D_OREG 24 offset = con 25 name = P 26 27con(R1) 28 type = D_OREG 29 offset = con 30 reg = 1 31 32name+con(P)(R1) 33 type = D_OREG 34 offset = con 35 name = P 36 reg = 1 37 38R1 39 type = D_REG 40 reg = 1 41 42MOVB[U] 43 LB[U], SB 44MOVH[U] 45 LH[U], SB 46MOVW[LR] 47 LW[LR], SW[LR] 48MOVW 49 LW, SW, LUI, M[FT]HI, M[FT]LO 50BREAK is synonym for CACHE. 51operands make the difference. 52