Hacker News new | ask | show | jobs
by marmakoide 751 days ago
That would break most C code handling hardware directly, like on MCUs
1 comments

Why?
Most likely because while they call C, what they actually write is macro Assembler looking code, full of compiler specific language extensions doing MCU intrisics, instead of Assembly opcodes.