-
Notifications
You must be signed in to change notification settings - Fork 4
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
Improve stdlib #97
Merged
Merged
Improve stdlib #97
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The testcase was disabled but seems to be working. Signed-off-by: Alexander Hansen <[email protected]>
The frame pointer could have been changed by the function that was called. Since it is using YL:YH also for it's frame pointer. So the frame pointer needs to be restored after a call.
This example is for the atmega328p. It's showing how to transmit increasing numbers and how to configure the USART peripheral. It's been tested with logic analyzer and USART protocol decoder but not yet connected to an actual USART receiver / usb to serial converter.
This incomplete implementation just looks if the temporary for the value being returned is wide. It can be completed by also checking the with of the type of the value being returned.
This needs to be expanded further and put into all LOAD/STORE IR instructions.
create a redzone in memory to detect unintended writes around the target address.
new wrapper function to simplify reading a value from 2 adjacent registers.
also test 16 bit values for TAC_STORE_CONST_ADDR
test 16 bit values for TAC_LOAD_CONST_ADDR
✅ Deploy Preview for espl1000 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
pointbazaar
commented
Oct 27, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.