Open Linda-Njau opened 5 months ago
Were you able to test this?
Yes, I was able to test it.
This is a direct copy from the website: vd,vs2,vs1,[,vm]
I've rebased this branch as well.
Yes, I was able to test it. This is a direct copy from the website:
vd,vs2,vs1,[,vm]
Would it be convenient to get rid of that extra comma? To produce vd,vs2,vs1[,vm]
instead?
The
displayOperands
function previously did not distinguish between optional and required operands. This change updates the function to display optional operands within square brackets and position them at the end of the operand list.