Live data from Hacker News

Making a Three Cent Microcontroller Useful

hackaday.com

1–3 of 3 posts

Re: Making a Three Cent Microcontroller Useful

#3

With 1KB of flash do you even need a compiler?

You don't need a compiler, but if you have a good enough C compiler, there's often no significant disadvantage to using it. Even with a simple 8-bit instruction set, I've found writing in assembly to be quite a bit more difficult than writing in C just because of the mental overhead of having to manually manage registers.