X Tutup
The Wayback Machine - https://web.archive.org/web/20210115082531/https://github.com/davidgiven/cowgol/pull/20
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

Add i386 support #20

Merged
merged 10 commits into from Jan 15, 2020
Merged

Add i386 support #20

merged 10 commits into from Jan 15, 2020

Conversation

@davidgiven
Copy link
Owner

@davidgiven davidgiven commented Jan 13, 2020

This will generate native Linux 386 binaries.

davidgiven added 10 commits Jan 11, 2020
…out I

*really need* output-register-is-equal-to-input-register constraints for this.
…more

subtle than it looks; because the RHS is allocated before the LHS, if the LHS
is same-reg then there's the chance of the RHS allocating the required
register, leading to deadlock. So, blacklist the required register in the RHS.
… not

newgen's forté: you end up with huge numbers of rules for every combination of
address modes.
@davidgiven davidgiven merged commit 1be1135 into master Jan 15, 2020
1 check passed
1 check passed
build-linux
Details
@davidgiven davidgiven deleted the i386 branch Jan 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.
X Tutup