Closed kemenaran closed 6 years ago
I see the LADX disassembly is using this style, but pokered is using a single space between the operation and operands.
I think this would be nice to have as an option so people can choose which style they prefer?
Sure ; I just rewrote the commit to make it an option.
(That said, maybe that the (slight) additional complexity isn't worth it: this is also something that could be hacked locally by each project using this disassembler. But if this seems worthy of an option to you, there it is!)
Thanks for implementing this as an option! I guess my philosophy for the project is that stylistic changes should be available as options instead of requiring users to dig into the source code :)
This PR make the opcodes and operands vertically aligned. IMO it makes large sections of code more readable.
Before
After