Replies: 1 comment
-
While there's no way to do that right now, we could certainly add those features! Please feel free to convert this discussion into an issue, so that we can track the progress. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to generate an output similair to that given by
annotated
, but with two "tweaks":First, I'd really like to be able to display the
addr
column in binary, not dec/hex.Second, I'd like it to not display separate lines for the labels.
Is there any output format options that can do this? Right now,
annotated,base:2,group:4
is almost perfect, I just would like these two tweaks.(Why do I want this? I've written a definition for the Ben Eater SAP-1 breadboard computer, but need to use the generated machine code to program it using dip switches - one set of dips for the address, second set for the data/code. It'd be easier if I could have the address in binary so I can just set the switches directly, rather than having to think about it.
Beta Was this translation helpful? Give feedback.
All reactions