]> granicus.if.org Git - yasm/commit
* intnum.c (yasm_intnum_create_leb128): Create an intnum from a LEB128
authorPeter Johnson <peter@tortall.net>
Sun, 12 Feb 2006 23:12:10 +0000 (23:12 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 12 Feb 2006 23:12:10 +0000 (23:12 -0000)
commit2e18bad174a576d429fe9be216a67d9cc965f62c
tree95f985079ae0f399bd835798e625ef867d7a7f02
parent5e4df9b9e4f1d7417c9b5d865da7e02176cf390b
* intnum.c (yasm_intnum_create_leb128): Create an intnum from a LEB128
encoded value.
* intnum.h (yasm_intnum_create_leb128): Prototype.
* leb128_test.c: Test above.

svn path=/trunk/yasm/; revision=1386
libyasm/intnum.c
libyasm/intnum.h
libyasm/tests/leb128_test.c