-
Notifications
You must be signed in to change notification settings - Fork 2
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
Thank you very much #4
Comments
Thanks a lot for your interest, @MarrekNozka ! Please do not hesitate to make suggestions or improvements. |
I try build https://github.com/MarrekNozka/stm8-dce-example and I have not success.
I don't know what's happening and where find resolv. I will be vary happy for you assistance. Thanks. |
Please take a look at #2 (comment) for a workaround to this issue. |
O.K. I understand. It works. Thanks. |
I have a new problem :) I added
|
Reason is inline assembler in __asm
ld a,_asm_val
ldf [_asm_addr+1].e,a
__endasm; |
It works!
I want my thanks to you. Unuse code is removed at linking time. Great. Very good work.
My coce with SPL is here: https://github.com/MarrekNozka/stm8-dce-example
Thanks!
The text was updated successfully, but these errors were encountered: