Open Source Assembly Software - Page 60

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
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    Project Fish is a start kit for those who want to have study with ARM/PCB/DDK/.Net. PF will start from a Digital thermometer, with the implement of Hard ware design, firmware, Windows driver and app, the participator will got understading in that fields.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Microbes is a GNU GPLed OS who's main goal is to explain and document the steps and development involved in an Operating System project from start to end. This to help the NewComer to OS development see what's involved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This is the worlds first and probably only FLOSS project aimed to create a lowbudget, based on availble technology, cruise missile. No this is not a Joke, its for real. Why? Since no one has tried to do this before and certainly not under the GPL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    An operating system for an educational robot based on a Nios II board from Altera. Implemented in Nios II assember and C/C++.
    Downloads: 0 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
  • 5
    The läufer project was established in the summer of 1998 by students of engineering design of Darmstadt University of Technology and by students of industrial design of Darmstadt University of Applied Sciences. The development and realization of a pred
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The sx4000 project intends to develop the vendor provided Promise sx4000 driver, to a fully operational open source driver, compatible with the latest linux kernel release.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    This project aims to develop a prototype system that explores how we should re-invision computer system design based on changes in how people get the software that they run, as well as advances in static analysis of software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Protical5 - A 32-bit hobby OS for the x86 processor. Coded in assembly and C, this project aims for no compliance with any OS standards or special performance. A project based solely on the ideas of having fun and learning.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This project is an attempt to create a usable framework to simulate simple network and link protocols and check their performance under different configurations and parameters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Proximus OS Kernel
    ProximusDA OS Kernel project provides multi-threading communication between cores. It parallel distributed and implements tasks. "ProximusDA (Proximus Design Automation) GmbH was founded in Munich on July 17, 2008. The company's main focus is to develop and sell its Proximus software development tool. Proximus allows designers to evaluate early on which elements should be implemented in hardware and which in software. This knowledge considerably reduces both system development times and risks. The cost-optimized system prevents costly and time-consuming mistakes in the implementation and development of systems and makes project planning more reliable. ProximusDA GmbH's target customers are system development companies and component manufacturers, such as Intel, Infineon and STM, as well as their customers, like Motorola and Nokia."
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Proxlat was intended to be able to translate compiled programs from any supported format to any other supported format, to run natively on any supported operating system (within hardware and OS limitations). Sadly, this was an unrealistic goal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Proyecto-X es un juego RPG basado en un futuro cercano. Proyecto-X esta todavia en fase de planificacion...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A port of the 3D shooter engine of Duke Nukem 3D with more extensions, like OpenGL/Direct3D, MD2/MD3 models, high-res textures, MP3/OGG music, etc..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    PyramidWorkshop is an image-compression System based upon the scientific work of John Robinson (inventor of BTPC) about image-compression with adaptive linear predictors and is in average more efficient than PNG/JPEG2000.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    QCDMan
    Small utility to control CD/DVD/BD-ROM tray. Able to open, close, lock and unlock tray of any mounted removable device using customizable hotkeys or GUI. MS Windows XP, Vista or 7 required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    QNICE is a simple 16 bit processor intended to teach the basics of hardware design as well as operating system design. A TTL implementation is planned, a FPGA implementation is available here: http://qnice-fpga.com. Currently there exists a C based simulator and an assembler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Fast initial partition loaders for QNX 6. Binary code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    QuadRay-engine

    Realtime raytracer using SIMD on ARM, MIPS, PPC and x86

    QuadRay engine is a realtime raytracing project aimed at full SIMD utilization on ARM, MIPS, POWER and x86 architectures. The efficient use of SIMD is achieved by processing four rays at a time to match SIMD register width (hence the name). The rendering core of the engine is written in a unified SIMD assembler allowing single assembler code to be compatible with different processor architectures, thus reducing the need to maintain multiple parallel versions. At present, Intel SSE/SSE2/SSE4 and AVX/AVX2/AVX-512 (32/64-bit x86 ISAs), ARMv7 NEON/NEONv2, ARMv8 AArch32 and AArch64 NEON, SVE (32/64-bit ARM ISAs), MIPS 32/64-bit r5/r6 MSA and POWER 32/64-bit VMX/VSX (little/big-endian ISAs) are mostly implemented (/w horizontal reductions) although scalar improvements, wider SIMD vectors with zeroing/merging predicates in 3/4-operand instructions are planned as extensions to current 2/3-operand SPMD-driven vertical SIMD ISA. See README file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Quantix is a microkernel operating system distribution based on the Mach kernel. Quantix uses the X windowing environment for a user interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Quarrion - Atari XL/XE

    Quarrion - Atari XL/XE

    Tile sliding logical game

    Quarrion is quite simple yet challenging tile sliding logical game. It took 3rd place in RetroKomp GameDev compo 2015.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    QUASI is stand-alone AVR RISC processor simulator with debugging features, EDA-like GUI and plugin interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    QuickCrt

    QuickCrt

    Object-oriented RAD framework for Turbo Pascal 7.0

    Based upon my 20+ year old super fast QCrt text mode display driver, QuickCrt is an event driven object-oriented framework for rapid application development using Turbo Pascal 7.0 for DOS. Completely self contained, it uses no 3rd party or original Borland units (excluding the built-in System unit). It uses no Turbo Vision and is more like Delphi minus the drag and drop. It has support for String formatting, Custom text fonts, Themes, Keyboard mappings, Config files and Multiple languages baked into it. However, this initial version is more of a "Proof of Concept" and engine for PGME. Rather than an actual project. It has some serious limitations. Since it was built in a "vacuum" with no pre-planning, it is a little bit of spaghetti code. Also, it doesn't support real windowing, multi-tasking or draw behind visible objects. QCrt 9 is currently under development. It is a complete rewrite in assembly with TP wrappers. It is being hosted at http://github.com/LoopZ/QCrt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    QuickLIB (DOS32)

    DOS 32bit Protected Mode Development Library

    A comprehensive C-library for DOS-32bit based applications. Includes many advanced functions for graphics (VESA 1.2 and 2.0) and others to create powerful DOS applications. Support VCPI and DPMI memory handlers. Includes a DPMI compliant debugger.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    QuickOS is a really-quick-realtime-multitasking-os, that requires less than a second to boot up. Basic-kernel-functions will be written with NASM assembler. We should get a C/C++ compiler to work for us.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB