
X86::Disasm::Reg - Perl extension to wrap registers in libdisasm - an X86 Disassembler

use X86::Disasm::Reg ':all';

X86::Disasm::Reg provides a Perl interface to the registers in the C X86 disassembler library, libdisasm. See http://bastard.sourceforge.net/libdisasm.html
None by default.
our %EXPORT_TAGS = ( 'all' => [ qw( $x86_reg_type ) ] );

X86::Disasm X86::Disasm::Insn X86::Disasm::Op
If you use Debian and install libdisasm0 and libdisasm-dev then the following are a useful supplement to this documentation.
/usr/include/libdis.h
/usr/share/doc/libdisasm-dev/libdisasm.txt.gz
The latest version of this Perl module is available from https://sourceforge.net/projects/x86disasm/

Bob Wilkinson, <bob@fourtheye.org>

Copyright (C) 2009 by Bob Wilkinson
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.