Replies: 1 comment 1 reply
-
Have a look at the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I would love to be able to export labels. For example, if I create a file that declares several labels (both by literals and by position in memory), it'd be great if the assembler could emit a second file with all the lables declared and with the correct values. That way, you could reuse code sections in another binary and you wouldn't have to assemble all at once. This could be very useful for libraries.
Beta Was this translation helpful? Give feedback.
All reactions