TitanHZZ / vm

Simple stack based virtual machine.
MIT License
1 stars 0 forks source link

[Assembly] Int <--> Fp conversion instructions. #20

Open TitanHZZ opened 11 months ago

TitanHZZ commented 11 months ago

There should be some instructions to convert from integer to fp and vice versa. There should also be support for simple floor, ceil and round instructions for floating point.