Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support full hex file format in elf2hex #105

Closed
jbush001 opened this issue Feb 15, 2019 · 2 comments
Closed

Support full hex file format in elf2hex #105

jbush001 opened this issue Feb 15, 2019 · 2 comments

Comments

@jbush001
Copy link
Owner

IEEE 1364-2001, section 17.2.8 supports a number of features that the elf2hex tool doesn't take advantage of. elf2hex takes a parameter that specifies the base address offset (-b). The @ addressing format would allow removing this parameter.

Dependent on: jbush001/NyuziProcessor#175

@jbush001
Copy link
Owner Author

Specifically should use the @ modifier when segments start at a non-zero address.

@jbush001
Copy link
Owner Author

I added tests in 7f493db to allow easier validation of this feature.

jbush001 added a commit that referenced this issue Feb 18, 2019
Add support for @ in hex files.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant