thwrhrt/ASM
收藏Hugging Face2026-03-28 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/thwrhrt/ASM
下载链接
链接失效反馈官方服务:
资源简介:
---
license: bsd-2-clause
---
# Low-Level Assembly & Systems Dataset
A high-quality instruction-based dataset focused on **assembly programming, system calls, and low-level OS concepts** across multiple CPU architectures.
---
## 📦 Overview
This dataset is designed for training and evaluating AI models on **low-level programming tasks**, including:
- 🧾 Assembly code generation
- ⚙️ System call wrappers
- 🧠 Kernel & interrupt concepts
- 🧩 Cross-architecture reasoning
It follows an **instruction → response** format, making it ideal for instruction-tuned models.
---
## Supported Architectures
The dataset includes multiple architectures:
- 🟢 AVR (Embedded systems)
- 🔵 ARMv8 (Modern mobile & servers)
- 🟡 MIPS (Classic Unix systems)
- 🟠 RISC-V (Modern open ISA)
- 🔴 x86 / x86-64 (Desktop & servers)
---
## Data Format
Each entry follows:
```json
{
"instruction": "Task description",
"input": "Optional input context",
"output": "Assembly code or explanation"
}
提供机构:
thwrhrt



