IngmarEckhardt / IngmarEckhardt/dwarfOS
explain these 16 bytes on the stack
Open
question
- Dominant language
- C
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Expectation of sending strings from progmem to stdout would be zero ram consumption, using the advantages of the harvard architecture. It seems that sending a string from the array dont consume any memory, but sending the two large separated strings puts 8 bytes to the stack in this function, for every call, that are cleared after return, but still dont fulfill our expectations?
https://github.com/IngmarEckhardt/Dwarf-Example/blob/main/src/textfile_example_328.c
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.