awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
csoren avatar

csoren/asmotor

0
View on GitHub↗
89 stars·36 forks·C·GPL-3.0·17 views

Asmotor

Powerful macro (cross) assembler package for several CPUs

Features

  • Assemblers - Assembler engine supporting multiple CPU architectures including Game Boy.
  • Assemblers and Compilers - Assembler engine supporting multiple CPU architectures.

Star history

Star history chart for csoren/asmotorStar history chart for csoren/asmotor

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Asmotor

Similar open-source projects, ranked by how many features they share with Asmotor.
  • vhelin/wla-dxvhelin avatar

    vhelin/wla-dx

    596View on GitHub↗

    WLA DX - Yet Another ANSI C GB-Z80/Z80/Z80N/6502/65C02/65CE02/65816/68000/6800/6801/6809/8008/8080/HUC6280/SPC-700/SuperFX/Cx4/SH-2 Multi Platform Cross Assembler Package

    Assembly
    View on GitHub↗596
  • gbdev/rgbdsgbdev avatar

    gbdev/rgbds

    1,620View on GitHub↗

    Rednex Game Boy Development System - An assembly toolchain for the Nintendo Game Boy and Game Boy Color

    C++asmassemblyassembly-language
    View on GitHub↗1,620
  • inkboxsoftware/excelcpuInkboxSoftware avatar

    InkboxSoftware/excelCPU

    4,741View on GitHub↗

    excelCPU is a spreadsheet-based computer emulator that simulates a 16-bit central processing unit. It functions as an educational CPU model where the system state, registers, and random access memory are managed within a grid of spreadsheet cells. The project includes an assembly compiler that converts custom assembly source code into a format compatible with spreadsheet cells for read-only memory storage. It allows for both automatic program execution and manual operation to override specific instructions. The simulation covers core hardware architecture concepts, including logic gate proto

    Python
    View on GitHub↗4,741
  • dman95/sasmDman95 avatar

    Dman95/SASM

    5,963View on GitHub↗

    SASM is a cross-platform integrated development environment for writing, assembling, and debugging low-level assembly code. It serves as a unified editor and execution flow for assembly language development across different operating systems. The environment supports multiple assembly languages and their respective toolchains, including NASM, MASM, GAS, and FASM, within a single interface. It features a binary-level debugger that allows for stepping through instructions and inspecting CPU registers and variable states. The project provides a toolchain-based build pipeline and a configuration

    Pythonassemblerassemblyassembly-language
    View on GitHub↗5,963
See all 15 alternatives to Asmotor→

Frequently asked questions

What does csoren/asmotor do?

Powerful macro (cross) assembler package for several CPUs

What are the main features of csoren/asmotor?

The main features of csoren/asmotor are: Assemblers, Assemblers and Compilers.

What are some open-source alternatives to csoren/asmotor?

Open-source alternatives to csoren/asmotor include: gbdev/rgbds — Rednex Game Boy Development System - An assembly toolchain for the Nintendo Game Boy and Game Boy Color. vhelin/wla-dx — WLA DX - Yet Another ANSI C GB-Z80/Z80/Z80N/6502/65C02/65CE02/65816/68000/6800/6801/6809/8008/8080/HUC6280/SPC-700/Supe… schweigi/assembler-simulator — This project is a web-based educational environment designed to simulate 8-bit processor architecture and assembly… dman95/sasm — SASM is a cross-platform integrated development environment for writing, assembling, and debugging low-level assembly… inkboxsoftware/excelcpu — excelCPU is a spreadsheet-based computer emulator that simulates a 16-bit central processing unit. It functions as an… pwndbg/pwndbg — pwndbg is a GDB plugin and binary analysis framework designed for reverse engineering, exploit development, and…