Regex for a line of assembly instruction
Returns 4 groups,
label = label used in the start, if any
opc = Opcode mnemonic if the line contains an instruction
op1 = first operand to mnemonic, if any
op2 = second operand to mnemonic, if any...
Submitted by anonymous - 5 years ago