localparam
ADD = 3'h0,
ADDI = 3'h1,
NAND = 3'h2,
LUI = 3'h3,
SW = 3'h4,
LW = 3'h5,
BNE = 3'h6,
JALR = 3'h7;