thefox / assembly
Assemble x86, i386, x86_64 instructions with PHP.
Installs: 167
Dependents: 1
Suggesters: 0
Security: 0
Stars: 9
Watchers: 4
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.0
- thefox/utilities: ^1.7
Requires (Dev)
- doctrine/common: ^2.4
- phpstan/phpstan: ^0.7
- phpunit/phpunit: ^6.2
This package is auto-updated.
Last update: 2024-10-24 05:34:53 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