Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Indexes with negative natural value are compiled incorrectly #6

Open
alexanderzhak opened this issue Mar 6, 2023 · 1 comment
Open

Comments

@alexanderzhak
Copy link

Instructions with negative natural values are compiled as having positive offset.

For example,

MOVnw       r1, r0(-4,-0)

is compiled into MOVnw r1, r0(+4,+0)

@pbatard
Copy link
Owner

pbatard commented Mar 6, 2023

I'm afraid that, since this is a very old repository of mine and I no longer have any plans for EBC development, I am not planning to invest any more development time on this.

This means that I will not personally fix issues or improve the current code.

If you send Pull Request, I may integrate it into the codebase. But that's about as far as I will go with this codebase at this stage.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants