mbebenita / LLJS

LLJS: Low-Level JavaScript
http://lljs.org
Other
1.18k stars 119 forks source link

Add support for u64 and i64 types #37

Open radare opened 10 years ago

mbebenita commented 10 years ago

This will be quite hard to support since JavaScript doesn't have 64 bit integers.

radare commented 10 years ago

There are some implementations for long.js and bignum.js that may let this work, but interoperability may be problematic. Here are the links:

http://docs.closure-library.googlecode.com/git/closure_goog_math_long.js.html http://jsfromhell.com/classes/bignumber