Skip to content

Hexadecimal input is now possible in the SSM interpreter

Wietze Mulder requested to merge wmulder/ssm:fix-hexadecimal-input into master

It is now possible to enter 0xFF (or 0XFF) in the GUI. It just felt weird this was not possible, since numbers are represented this way.

Merge request reports