thefox/assembly

Assemble x86, i386, x86_64 instructions with PHP.

v0.4.0 2017-06-08 18:53 UTC

This package is auto-updated.

Last update: 2024-04-24 04:30:43 UTC


README

Assemble x86, i386, x86_64 instructions using PHP.

Project Outlines

The project outlines as described in my blog post about Open Source Software Collaboration.

  • The main purpose of this library is to provide an object-oriented approach to assemble Intel CPU instructions using PHP.
  • The features should not go beyond Intel CPUs features and functions. So the features of this library are limited to those of Intel CPUs.
  • This list is open. Feel free to request features.

Installation

The preferred method of installation is via Packagist and Composer. Run the following command to install the package and add it as a requirement to composer.json:

composer require thefox/assembly

Links