CosmosOS / IL2CPU

IL2CPU is a compiler for .NET IL code to compile to assembly language for direct booting.
BSD 3-Clause "New" or "Revised" License
278 stars 71 forks source link

Implemented checked conversions #77

Closed quajak closed 4 years ago

quajak commented 5 years ago

This PR implements the Ovf and Ovf_Un version of conversion IL codes for conversions from integer types. While the tests for the checked conversions work, some encoding test and fat tests fail. Dont merge this until that bug is fixed.

quajak commented 5 years ago

It should be fixed now.