Marcus Vinicius Lamar
Results
2
comments of
Marcus Vinicius Lamar
Hi, I think putting the following lines in PseudoOps.txt may solve some GCC incompatibility issues. lui t1,%hi(label) ;lui RG1,LH4 ;#Load Upper Address : Set t1 to upper 20-bit label's address...
Hi Benjamin, This is a very simple example. Compile with -O0. static int i0=0x12345678; static float f0=1.5; void main(void){ int i1=i0; float f1=f0; }