gcnasm
gcnasm copied to clipboard
Add checks to SMRD SGPR ranges
Currently the range is unchecked for SGPR operands. For example when somebody uses s[4:7], only the value 4 is being used, regardless of the end of range.
If the user's intent is different, and they try to use a larger range than the instruction accepts, a warning should be displayed.