Open Source Assembly Software - Page 10

Assembly Software

Assembly Clear Filters

Browse free open source Assembly Software and projects below. Use the toggles on the left to filter open source Assembly Software by OS, license, language, programming language, and project status.

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • 1
    The full source code release of the Maximus bulletin board software and related projects (including Squish and other utilities).
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    Z88 Development Kit

    Z88 Development Kit

    C compiler and dev kit for the z80 with assembly language libraries.

    Z88DK is a complete Z80 / Z180 development kit that includes C compiler, assembler, linker, a tool for generating executables in a number of formats, and miscellaneous other tools. Over 80 machines are directly supported out of the box including standalone Z80 and Z180 embedded systems. Z88DK's extensive assembly language libraries give it significant performance advantages over other Z80 C Compilers. Building software for standalone or generic Z80 systems: https://www.z88dk.org/wiki/doku.php?id=libnew:target_embedded Visit us at github for the current version with bugfixes and new features: https://github.com/z88dk/z88dk
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    Tools around the Scenix 48/52 series microcontrollers
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    TI-84 Plus USB on-the-go driver.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 5
    ELKS is a subset of the Linux kernel that runs on IBM compatible PCs from 8086 up. It is intended to get use out of obsolete old hardware, for use in embedded systems, and as an educational tool. ELKS has been moved to Github to protest SourceForge's installer adware hijacking. This does not directly affect ELKS, but it does affect many major open source projects such as Gimp and FileZilla by attempting to trick the user into installing adware in order to download these programs. I refuse to leave ELKS here with such policies in effect. If you have questions about this, please email jody@c02ware.com.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    PROS

    PROS

    Custom firmware and IDE for the VEX Cortex Microcontroller

    This project has been moved to http://pros.cs.purdue.edu/ PROS is a lightweight and fast alternative operating system for the VEX Cortex Microcontroller. It features multitasking, low-level control, and Wiring compatible functions to harness the full power of the Cortex. With a real-time kernel based on FreeRTOS and a development environment built on Eclipse CDT, PROS uses proven software to increase the reliability and usability of the VEX development system across all three major computing platforms. PROS is currently under active development to make it usable for VEX high school and middle school teams. PROS is intended for advanced VEX users seeking to move beyond competing environments. Eclipse and FreeRTOS have their own licensing agreements. Please see http://www.eclipse.org/legal/epl-v10.html and http://www.freertos.org/a00114.html for details.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    The FDOS Operaing System is 100% written in Assembler (NASM). It supports FAT 12, TSR and a small Multi Kernel System. The source is very good documentated (only in English). A German, russian and English Documentation (about 40 pages) are included.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8
    A port of the Linux kernel and tools to the iPod.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 9
    Menuet is a Real-Time, graphical OS, written in asm, and for 32 bit asm programming.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    CDK4NIOS stands for Cross Development Kit for Altera's soft core processor NIOS and should you support with a comprehensive Assembler and C/C++ development environment under Linux. It will present only free of fee tools, so you can use it without risks.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 11
    SYSTEM 16

    SYSTEM 16

    Sega system-16 emulator

    This program emulate the Sega's System 16 arcade boards used by many Sega arcade game between 1987 & 1989 like Shinobi, Altered Beast or E-Swat. There is more than 20 existing System 16 games. The System 16 board uses a Motorola 68000 cpu at 10Mhz for the main program and a Z80 and on YM2151 for the sound. The actual version of the emulator emulate many more than the single System 16 board because now you can play with System 18 games like Shadow Dancer, with pre-System 16 games like Quartet II and even with some dual 68000 games like Hang-On and Space Harrier. This program is an emulator and it needs roms to run, please, don't e-mail be to get roms, i'll ignore your requests !
    Downloads: 7 This Week
    Last Update:
    See Project
  • 12
    SpanishDub, traducción al espańol de VirtualDubMod.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 13
    libunicows makes writing Unicode-enabled applications for Windows 9x a bit easier - it provides portable, compiler-independent import library that is needed if you want to use unicows.dll from MSLU, MS Unicode Layer for Windows 9x.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 14

    mtsieve

    A multi-threading framework using a prime sieve to do work

    mtsieve is a framework wrapped around primesieve to distribute prime numbers to worker classes to do work with those prime numbers. The "mt" means that it is multi-threaded. The "sieve" means that the framework is typically used to eliminate candidate terms with small from a set of numbers. The numbers remaining after using mtsieve can then be used by programs such as llr and pfgw to test those numbers for primality. Another usage could be to use those prime numbers to test each for a specific characteristic, such as whether it is a Wieferich or Wall-Sun-Sun number. The framework is portable to any OS running on x86-64 and supports GPUs.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15
    z390 Portable Mainframe Assembler

    z390 Portable Mainframe Assembler

    z390 Portable Mainframe Assembler and Emulator

    z390 Portable Mainframe Assembler and Emulator
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    RemCom is RAT [Remote Administration Tool] that lets you execute processes on remote windows systems, copy files, process there output and stream it back. It allows execution of remote shell commands directly with full interactive console.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 17
    Game software for emulating an EverQuest server
    Leader badge
    Downloads: 6 This Week
    Last Update:
    See Project
  • 18
    Etherboot is Open Source code for creating boot ROMs for network booting x86, AMD64, Itanium, Hammer, Hyperstone and ARM (noMMU) platforms.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 19
    McuOnEclipse

    McuOnEclipse

    Releases of McuOnEclipse projects

    Processor Expert components and Eclipse examples and plugins.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20
    NokiX
    NokiX is a tool used to modify firmwares of the Nokia DCT3 phone series. To do that it uses external scripts written in Rexx language. NokiX isn't actively developed by the author anymore, the project homepage is for archival purposes only.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 21
    A multitasking, multithreaded operating system designed for SMP systems and developed based on the X/Open Single Unix Specifications Version 3.0.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 22
    micrOSEK

    micrOSEK

    Hard Real-Time OS compliant to the Osek/Vdx standard.

    Microsek is an INTECS OpenSource Hard Real-Time and Networked Operating System compliant to the Osek/Vdx standard and suitable for the development of Embedded Real-Time Applications.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 23
    The repository of the binaries for Windows of Parrot (Perl6 VM). The Parrot speaks your language but lives on http://www.parrot.org/
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24
    uClinux for the Fujitsu MB86H2X processor
    Downloads: 6 This Week
    Last Update:
    See Project
  • 25
    Forum Downloader is a program that allows you to download forums and saves them locally for offline viewing and searching. It can also save linked images, images linked using thumbnails, attachments, or other files linked in posts.
    Downloads: 2 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB