MultiLang‑ASM – The first multilingual x86_64 assembler (10languages,reversible)

1 pointsposted 11 hours ago
by neuro-os

2 Comments

neuro-os

11 hours ago

I’ve just released MultiLang‑ASM, the world’s first multilingual assembler for x86_64. You can write assembly in your native language and translate it to NASM-compatible code. It supports 10 languages, 80+ instructions, and reversible translation.

Looking for contributors to help expand languages, improve mappings, and add examples.

neuro-os

8 hours ago

Update: MultiLang‑ASM v0.3 released Thanks for all the feedback. This update brings a huge amount of progress:

• Full Quickstart guide (5‑minute kernel boot) • Multilingual kernel examples (ES + 中文) • Makefile + CMake integration • 10‑page Wiki with Kernel Tutorial • Reproducible examples in /examples/ • Cleaner structure and better onboarding

Repo: https://github.com/cyberenigma-lgtm/MultiLang-ASM Quickstart: https://github.com/cyberenigma-lgtm/MultiLang-ASM/tree/main/...

If you want to see the full evolution, I’ve documented everything in the Wiki.