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

Prevent Overwrite on Param. Load #34

Open
CodyFagley opened this issue Nov 23, 2019 · 0 comments
Open

Prevent Overwrite on Param. Load #34

CodyFagley opened this issue Nov 23, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@CodyFagley
Copy link
Member

CodyFagley commented Nov 23, 2019

NOTE:

When arguments are loaded from calling function's register stack into callee's parameter registers, there needs to be a check that ensures the calling function's active registers' data is not overwritten.

Instead, it should call the data stack's PUSH operation and then POP after conclusion. Alternatively, it can store data temporarily in another CPU register, if there are available registers remaining in the register stack.

@CodyFagley CodyFagley changed the title Prevent Data Overwrite on Param. Load Prevent Overwrite on Param. Load Nov 23, 2019
@CodyFagley CodyFagley added the bug Something isn't working label Nov 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant