TitanHZZ / vm

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

[Assembly] Fp support. #7

Closed TitanHZZ closed 12 months ago

TitanHZZ commented 1 year ago

Implement floating point support.

TitanHZZ commented 12 months ago

Floating point support will be implemented used dynamic types but more specifically, using nan boxing. This will allow for easy use of integers, fp (doubles) and pointers.

TitanHZZ commented 12 months ago

Implemented. Closing.