Metadata-Version: 2.1
Name: asm-opcode-analyzer
Version: 1.1.0
Summary: Python package for analyzing ASM opcodes
Home-page: https://github.com/muhammad-mustaqeem/ASM-Opcode-Analyzer
Author: Mustaqeem
Author-email: mustaqeem.whyne@gmail.com
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# ASM-Opcode-Analyzer
The "ASM-Opcode-Analyzer" repository contains a Python code that reads ASM files and provides various functionalities related to opcode analysis. The code is organized into a class called "Parser" which encapsulates different methods for opcode processing and analysis.
