]> granicus.if.org Git - yasm/commit
* arch.h (yasm_arch_min_insn_len): Get the minimum instruction length in
authorPeter Johnson <peter@tortall.net>
Sun, 29 Jan 2006 21:06:31 +0000 (21:06 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 29 Jan 2006 21:06:31 +0000 (21:06 -0000)
commitf3e684dace107b50e09563e3e4b7bf06a70d23c4
treedb5d40b59ff78322c1e597ee394ec49f43452923
parentd23670b12a5e2030efcfe6d154fc9e50a8b44194
* arch.h (yasm_arch_min_insn_len): Get the minimum instruction length in
bytes.
(yasm_arch_get_address_size): Get the active address size in bits.
* lc3barch.c, x86arch.c: Implement.

These are needed for the DWARF2 dbgfmt, but may be useful for other things
in the future.

svn path=/trunk/yasm/; revision=1349
libyasm/arch.h
modules/arch/lc3b/lc3barch.c
modules/arch/x86/x86arch.c