Describe the bug
VS Code highlights the use of the default "sp" label for r16 register as an error:
"invalid parameter: sp, must be "R/N"(ic10_diagnostic)"
To Reproduce
Steps to reproduce the behavior:
Write a line to clear the stack pointer: "move sp 0"
See that VS Code reports this as an error and underlines the "sp" with a red squiggly line.
Expected behavior
VS Code should recognize "sp" as a valid default label, in the same way it recognizes "ra" as a valid label.
Describe the bug VS Code highlights the use of the default "sp" label for r16 register as an error: "invalid parameter: sp, must be "R/N"(ic10_diagnostic)"
To Reproduce Steps to reproduce the behavior:
Expected behavior VS Code should recognize "sp" as a valid default label, in the same way it recognizes "ra" as a valid label.
Screenshots