Language Interfaces - Asm::X86

This module gives the user a list of instructions and registers
 of Intel x86-compatible processors. It also allows to check if a given
 expression is a valid addressing mode and introduces procedures for
 converting instructions and memory references between AT&T and Intel
 syntaxes.
This module depends on nothing (except Perl itself, of course).

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

    perldoc Asm::X86

You can also look for information at:

    Search CPAN
        http://search.cpan.org/dist/Asm-X86

    CPAN Request Tracker:
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Asm-X86

    AnnoCPAN, annotated CPAN documentation:
        http://annocpan.org/dist/Asm-X86

    CPAN Ratings:
        http://cpanratings.perl.org/d/Asm-X86

COPYRIGHT AND LICENCE

Copyright (C) 2008-2011 Bogdan Drozdowski <bogdandr AT op . pl>

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
