mips-cc

A little C compiler
git clone git@git.mpah.dev/mips-cc.git
Log | Files | Refs | README

5.test (40B)


      1 x = 500 + 150 + 6;
      2 y = x * 2;
      3 return y;