Forum Discussion
mametarou963
New Contributor
3 years agoWhen compiling with Nios II SBT, the optimize option (-O2) causes it to stop working.
Hi.
I am currently developing on Nios II Cyclone 10, but when I add the optimization option, it stops working. Is there any possible cause for this?
Development environment is as follows: * FP...
mametarou963
New Contributor
3 years agoYou are right.
This is exactly what I am experiencing.
I see the following in this document.
```
Operation: Mem16[rA + σ(IMM16)] ← rB15. .0
Assembler syntax:sthio rB, byte_offset(rA)
```
I checked the syntax of `shiio zero ...`
According to the Nios II Processor Reference Guide, the zero is in register r0, so the syntax seems to be as documented.