Many novice assembly programmers are either still learning or have not learned to fluently read hexadecimal values.
While this is the more native way to read and understand assembly-level instructions and data, to make working in assembly more approachable it may be preferable to have the default register view set to Decimal instead of Hexadecimal in config.rs.
Many novice assembly programmers are either still learning or have not learned to fluently read hexadecimal values.
While this is the more native way to read and understand assembly-level instructions and data, to make working in assembly more approachable it may be preferable to have the default register view set to Decimal instead of Hexadecimal in config.rs.