replimoc / compiler

8 stars 0 forks source link

Implement Assembler Generation Arithmetic Operations #191

Closed andreas-eberle closed 9 years ago

norman465 commented 9 years ago

Please also implement bit shifts, since we may create bit shifts during some optimizations, even if MiniJava does not support bit shifts by itself.

vzickner commented 9 years ago

Missing: shr, shrs, or, not, mulh, and.

effenok commented 9 years ago

this seems to be implemented