}
if(row==instructionIndex) {
setBackground(Color.yellow);
}
else {
HVMInstruction currentInstruction = instructions[row];
String op = (currentInstruction.getFormattedStrings())[0];
if (op.equals("function") && (column == 1 || column == 2)) {
setBackground(new Color(190,171,210));
}
}