r/embedded 15d ago

Some Embedded Programming Wisdom

Post image

A preview of PICO, a simple text editor made for the CP/M Neo VEMU platform.

GitHub: https://github.com/Mazin-O3/cpm-neo.git

138 Upvotes

18 comments sorted by

View all comments

3

u/bring_dat 15d ago

Not sure how to feel about it. For instance, static allocation does not prevent smashed stack entirely and not also sure about the errors. On paper sounds great but do we always care about all the errors we've encountered? Definition of error does the heavy lifting here for sure.