Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

Curious compiler error, "j=j++"

Hey, I made an error coding yesterday while developing an application for the NIOS II processor. I accidentally typed "j=j++;" instead of just "j++;". What I found curious was the resulting assembl...