MultiLang-ASM:面向儿童、学生和内核开发者的通用汇编平台

1作者: neuroosgenesis6 个月前
MultiLang-ASM 生态系统引入了一种突破性的低级编程方法,提供了两个互补的开源项目,涵盖了整个学习曲线——从孩子们第一次接触 CPU 逻辑到专业人士构建内核和操作系统。 MultiLang-ASM 是一种多语言汇编语言,允许开发人员使用 27 种以上的人类语言和数十种方言编写真实的 x86-64 指令。它打破了传统汇编语言仅限英语的障碍,为学生、研究人员和系统程序员提供了全球可访问性。 与此同时,MultiLang-ASM-Kids 提供了世界上第一个儿童友好的汇编模式。它专为 7-12 岁的儿童设计,将复杂的 CPU 概念转化为简单的、自然语言的命令,这些命令会被编译成真正的汇编代码。孩子们可以使用直观的动词来学习寄存器、循环、比较和内存,例如: pon rax a 5 suma rax con 3 enseña rax 这两个存储库共同构成了一个统一的生态系统,它在文化、语言和年龄组之间实现了低级编程的民主化——从早期教育到专业的操作系统开发。 存储库: 主平台:https://github.com/cyberenigma-lgtm/MultiLang-ASM 儿童平台:https://github.com/cyberenigma-lgtm/MultiLang-ASM-Kids
查看原文
The MultiLang‑ASM Ecosystem introduces a groundbreaking approach to low‑level programming, offering two complementary open‑source projects that span the entire learning curve — from children discovering CPU logic for the first time to professionals building kernels and operating systems.<p>MultiLang‑ASM is a multilingual assembly language that allows developers to write real x86‑64 instructions in more than 27 human languages and dozens of regional dialects. It breaks the English‑only barrier of traditional assembly, enabling global accessibility for students, researchers, and system programmers.<p>Alongside it, MultiLang‑ASM‑Kids delivers the world’s first child‑friendly assembly mode. Designed for ages 7–12, it transforms complex CPU concepts into simple, natural‑language commands that compile into real assembly code. Kids can learn registers, loops, comparisons, and memory using intuitive verbs like:<p>pon rax a 5 suma rax con 3 enseña rax<p>Together, these two repositories form a unified ecosystem that democratizes low‑level programming across cultures, languages, and age groups — from early education to professional OS development.<p>Repositories:<p>Main Platform: https:&#x2F;&#x2F;github.com&#x2F;cyberenigma-lgtm&#x2F;MultiLang-ASM<p>Kids Platform: https:&#x2F;&#x2F;github.com&#x2F;cyberenigma-lgtm&#x2F;MultiLang-ASM-Kids