A module that executes assembly code.
Project description
asm_python
asm_python is a Python module that allows you to execute assembly code directly from Python using inline assembly in C.
Installation and Usage
pip install asm_python
import asm_python
asm_code = """
#your code assembly here (i am use clang to compile assembly code.)
"""
result = asm_python.asm(asm_code)
print("Result:", result)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
asm_python-1.0.tar.gz
(2.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file asm_python-1.0.tar.gz.
File metadata
- Download URL: asm_python-1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be95e636d8d5d8d4b9b41fa075d7ff7dbb77d5e374c598aad18530da5913641a
|
|
| MD5 |
f342d4a68fef04181705fde9b20f870a
|
|
| BLAKE2b-256 |
f5ec8153e423a855759f7ce119b921287f4cd56b0ac09da5772a026afdd6f6bb
|
File details
Details for the file asm_python-1.0-cp39-cp39-macosx_10_9_universal2.whl.
File metadata
- Download URL: asm_python-1.0-cp39-cp39-macosx_10_9_universal2.whl
- Upload date:
- Size: 5.7 kB
- Tags: CPython 3.9, macOS 10.9+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d88f1eb1b8c7e92c3c0fc588a25c27f23b2311e6f16d62ae4527c8d4e3a8d0d
|
|
| MD5 |
e6ea702a553b07b3f15ddd758f01cca6
|
|
| BLAKE2b-256 |
dd108e60639b78da07dc7001557e5b168abcd8590d530a9538f14d4e41af8f89
|