mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2024-12-22 19:45:35 +00:00
46ae3a042e
In order to reduce rounding problems from calculations, FPU stack registers for x86 architectures contain values stored in an 80-bit extended precision format. As a result, reading and writing to these registers requires specific handling. This update brings the Ruby bindings in line with the Python bindings by supporting reading and writing the FPU stack registers using 2-element arrays: [mantissa, exponent] The mantissa array element contains the first 64 bits of the FPU stack register. The exponent array element contains the last 16 bits of the FPU stack register. |
||
---|---|---|
.. | ||
dotnet | ||
go | ||
haskell | ||
java | ||
python | ||
ruby | ||
vb6 | ||
const_generator.py | ||
Makefile | ||
README |
This directory contains bindings & test code for Python, Java, Go and .NET. See <language>/README or <language>/README.TXT or <language>/README.md for how to install each binding. The following bindings are contributed by community. - Java binding: by Chris Eagle. - Go binding: by Ryan Hileman. - .NET binding: by Antonio Parata. - Ruby binding: by Sascha Schirra - Haskell binding: by Adrian Herrera. - VB6 binding: David Zimmer. More bindings created & maintained externally by community are available as follows. - UnicornPascal: Delphi/Free Pascal binding (by Stievie). https://github.com/stievie/UnicornPascal - Unicorn-Rs: Rust binding (by Sébastien Duquette) https://github.com/ekse/unicorn-rs - UnicornEngine: Perl binding (by Vikas Naresh Kumar) https://metacpan.org/pod/UnicornEngine