Layout for asm is messed up #105
-
The asm layout look like below, it's too messy. How can I disable the binary column because I don't need it? Thanks in advance for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
Hi, I can easily add a config to hide that column. To confirm, you are talking about the OPCODE column ("48 8d 05 ef 54 02 00") ? |
Beta Was this translation helpful? Give feedback.
-
Also, thanks for the screenshot. It makes things easier to understand when people mention problems/ideas :^) Just to point out, you can choose a fixed-width font. That should line up the columns better. |
Beta Was this translation helpful? Give feedback.
-
Hi, The editors should update themselves to the new font. Make sure to save the new configuration with: Settings->Save Configuration. Let me know if you have problems. |
Beta Was this translation helpful? Give feedback.
-
Good. I'll work on making the columns in the Assembly tab configurable. |
Beta Was this translation helpful? Give feedback.
-
I added a method to configure showing the: address, offset, and opcode columns in the main Config Dialog. This will set your preference for what columns to show along side the actual assembly. Don't forget to save the config to make it permament. Also, for quick selection, you can enter ^F in the assembly tab to quickly change the columns. Note, this method is temporary. |
Beta Was this translation helpful? Give feedback.
-
Let me know what you think. Thanks. |
Beta Was this translation helpful? Give feedback.
Hi,
Here's a screenshot of the Font selector. Make sure to select a monospace font.
The editors should update themselves to the new font. Make sure to save the new configuration with: Settings->Save Configuration.
Let me know if you have problems.