Y
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
lisper
751 days ago
Why?
link
pjmlp
751 days ago
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.
link