Adding support for working with floating point would be nice.
Changes needed:
Design questions:
- Should the VM only support extend to 64-bit floating-point numbers(i.e.
double in C++), or 32-bit floating-point numbers(i.e. float in C++) as well?
- How many registers should be added?
Adding support for working with floating point would be nice.
Changes needed:
common/opcodes.hppandcommon/registers.hppDesign questions:
doublein C++), or 32-bit floating-point numbers(i.e.floatin C++) as well?