.data equation : .space 256 equal : .string "=" error_msg : .string "incorrect operation !" comma : .string ", " # ------------------------------------------------------------------------------------ # [KNU COMP0411 Computer Architecture] Skeleton code for the 1st project (calculator) # ------------------------------------------------------------------------------------ .text # main main: jal x1..