Suggestions-and-Issues
Suggestions-and-Issues copied to clipboard
[Bug]: [ALPHA] Incorrect error message when signed value testing out of range.
Discord Thread
https://discord.com/channels/828292123936948244/1328915869207892089
What happened?
It appears to be showing the value cast as unsigned 64-bit when reporting the error message.
For example, it displays Value 18446744073709551601 outside of range for this 3-bit operand when I try to provide the value -15 to a 3-bit signed immediate.
The relevant ISA example is simply:
[fields]
s3 %a:S3(immediate)
aaaaaaaa
Version
0.1346 Beta
What OSes are you seeing the problem on?
Windows
Relevant debug.log output, search next to the exectuable
No response