mirror of
https://github.com/yasm/yasm
synced 2026-08-26 22:26:05 -04:00
yasm_intnum_get_sized(). * intnum.h (yasm_intnum_create_sized): Prototype. * yasm.pyx: Bring in _PyLong_From/AsByteArray functions. * intnum.pyx: Use yasm_intnum_create_sized(), etc to implement full 128-bit number handling. * intnum.c (yasm_intnum_get_str): Return strings in hex rather than in decimal. svn path=/trunk/yasm/; revision=1488 |
||
|---|---|---|
| .. | ||
| bytecode.pxi | ||
| coretype.pxi | ||
| expr.pxi | ||
| floatnum.pxi | ||
| intnum.pxi | ||
| Makefile.inc | ||
| setup.py | ||
| symrec.pxi | ||
| value.pxi | ||
| yasm.pyx | ||