Menu

Asm-X86

Bogdan Drozdowski

The Asm::X86 Perl module

Description

This module gives the user a list of instructions and registers of Intel x86-compatible processors. It also allows checking if a given expression is a valid addressing mode and introduces procedures for converting instructions and memory references between AT&T and Intel syntaxes.

You can find the detailed API (POD) documentation on https://metacpan.org/pod/Asm::X86.

Requirements

This module requires:

  • Perl itself, of course
  • the Exporter Perl module

Manual installation of this module may require:

  • Perl itself, of course
  • the AutoSplit Perl module
  • the Exporter Perl module
  • the ExtUtils::Command Perl module
  • the ExtUtils::Command::MM Perl module
  • the ExtUtils::Install Perl module
  • the ExtUtils::MakeMaker Perl module
  • the ExtUtils::Manifest Perl module
  • the ExtUtils::MY Perl module
  • the Test::More Perl module (just for the tests)
  • the Test::Pod Perl module (just for the tests)
  • the Test::Pod::Coverage Perl module (just for the tests)

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:

  1. Search CPAN: https://metacpan.org/release/Asm-X86

  2. CPAN Request Tracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Asm-X86


Related

Wiki: Asmosis tools