Open Source Assembly Software Development Software - Page 2

Assembly Software Development Software

View 4985 business solutions

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

  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Real Time Accounts Payable Automation. Icon
    Real Time Accounts Payable Automation.

    Invoice capture and automation seamlessly integrated with your accounting software

    Yooz provides the smartest, most powerful, and easiest-to-use cloud-based E-invoicing and Purchase-to-Pay automation solution. It delivers unmatched savings, speed, and security with affordable zero-risk subscriptions to more than 5,000 customers and 300,000 users worldwide.
  • 1
    VISUALG 3

    VISUALG 3

    Visualg versão 3.04 (útima data de revisão 25/06/2015)

    Editor, criador e interpretador de algoritmos em Portugol. Ensina brincando, mostra a memória enquanto vai executando o algoritmo. O portugol não é uma linguagem de programação, é só uma Pseudo-linguagem que ensina a criar programas de computadores. E o VISUAL-G é a ferramenta de interpretação dele. Você pode mudar as roupagens em tempo de execução, pode ajustar as estruturas dos algoritmos, pode efetuar cálculos, processos, etc...
    Downloads: 64 This Week
    Last Update:
    See Project
  • 2
    spleen

    spleen

    Monospaced bitmap fonts

    Spleen started as a personal challenge. Patrick Wildt (patrick@) recently imported ssdfb(4), a driver for small OLED displays in OpenBSD and needed a 5x8 font to be able to squeeze more columns and rows on those devices. As someone spending most of his time in a terminal, I have been thinking about drawing my own font for a while, and this was the perfect opportunity. To be able to test character spacing and alignment, I started to use the font in xterm, then a zoomed version, and one thing leading to another, I started creating a 8x16 version, and then bigger versions based on it. Spleen is now available in 5 sizes: 5x8, 8x16, 12x24, 16x32, and 32x64. Fonts are provided in the Glyph Bitmap Distribution Format (BDF), and in the .dfont format for Macintosh users. All sizes contain all ISO/IEC 8859-1 characters, except for the 5x8 version which only contains printable ASCII characters.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    DOS/32 Advanced DOS Extender is a drop-in replacement for the DOS/4GW DOS Extender and compatibles. Being fast, small and flexible DOS/32A can be used in many environments, from embedded systems to DOS emulators, by both developers and end users alike.
    Leader badge
    Downloads: 48 This Week
    Last Update:
    See Project
  • 4
    NASMX
    The NASMX Project is a collection of macros, includes and examples, which are meant to help NASM programmers develop 32-bit and 64-bit BSD, Linux, Windows, and XBOX software in a fraction of the time it normally takes.
    Downloads: 13 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 5
    Udis86 is an easy-to-use minimalistic disassembler library for the x86 and x86-64 instruction set architectures. The primary intent of the design and development of udis86 is to aid software development projects that entail binary code analysis.
    Leader badge
    Downloads: 19 This Week
    Last Update:
    See Project
  • 6
    ELENA Programming Language

    ELENA Programming Language

    an object-oriented language with late binding

    ELENA is a general-purpose, pure object-oriented language with late binding. It promotes more object-oriented program design, reusable and more standardized code. The package includes compiler, IDE, ELENA libraries and samples
    Downloads: 10 This Week
    Last Update:
    See Project
  • 7
    This library allows developers to access native libraries (DLL and lib.so) from java. You do NOT need to compile a line of C/C++ to use it: it's dynamic !! Now Win32 DLL and shared libraries are usable with Java ;)
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    LinAsm

    LinAsm

    Collection of fast and optimized assembly libraries for x86-64 Linux

    LinAsm is collection of very fast and SIMD optimized assembly written libraries for x86-64 Linux. It implements many common and widely used algorithms for array manipulations: searching, sorting, arithmetic and vector operations, unit conversions; fast mathematical and statistic functions; numbers and time converting algorithms; finite impulse response (FIR) digital filters; spectrum analysis algorithms, Fast Hartley transformation; CPU cache friendly functions and extremely fast abstract data types (ADT) such as hash tables b-trees, and much more. LinAsm libraries are written on FASM assembly language. They are stable and have appropriate benchmarks for many units. All libraries are well documented and grouped by their functionality. To get more information about this library, please visit the official web site: http://linasm.sourceforge.net
    Downloads: 19 This Week
    Last Update:
    See Project
  • 9
    OpenGLide is a Glide to OpenGL wrapper. It emulates a Voodoo board so you can run old Windows Glide games by translating Glide calls into OpenGL. The CVS code moved to https://github.com/fcbarros/openglide.
    Downloads: 18 This Week
    Last Update:
    See Project
  • Make Your Observability Stack Effortless Icon
    Make Your Observability Stack Effortless

    For Software Engineers, DevOps, Data Architects, and IT Leaders

    The progression to modern application stacks and microservices architectures has resulted in orders of magnitude more logs, metrics, events, and traces. Like gravity, data attracts more data, making it increasingly difficult to move and process as it accumulates over time. More than ever, there is a need to be able to stream-process, filter, mask, transform, aggregate, analyze, and route that data to various data tier destinations optimized for specific usage.
  • 10
    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: 17 This Week
    Last Update:
    See Project
  • 11
    basE91 is an advanced method for encoding binary data as ASCII characters. It is similar to UUencode or base64, but is more efficient. The overhead produced by basE91 depends on the input data. It amounts at most to 23% and can range down to 14%.
    Leader badge
    Downloads: 28 This Week
    Last Update:
    See Project
  • 12
    z390 Portable Mainframe Assembler

    z390 Portable Mainframe Assembler

    z390 Portable Mainframe Assembler and Emulator

    z390 Portable Mainframe Assembler and Emulator
    Downloads: 8 This Week
    Last Update:
    See Project
  • 13
    Vector Pascal is a language targeted at SIMD multi-core instruction-sets such as the AVX and SSE2 or x86-64-v3. It has a SIMD compiler which supports parallel vector operations, loop unrolling, common sub expression removal etc. It is implemented in Java.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 14

    Android on PXA270

    Android on PXA270

    Porting Android to Intel(Marvell) ARM XScale PXA270. A complete build system for embedded Linux and Android on PXA270. It was open source for anyone but no responsibility for any damage resulting from any usage of the software. Demo : http://www.youtube.com/watch?v=3Ine1k4Hzy8 http://www.youtube.com/watch?v=3Xp5zMPOI1c http://www.youtube.com/watch?v=lYzRSNuUsIw http://www.youtube.com/watch?v=1lmmld7LjGM http://www.youtube.com/watch?v=CNGhFmCwaxw Documents : http://sourceforge.net/projects/android-pxa270/files/BringUp_Android_on_PXA270.pdf http://sourceforge.net/projects/android-pxa270/files/Android_Porting_on_PXA270.pdf Checkout the source code : svn co https://android-pxa270.svn.sourceforge.net/svnroot/android-pxa270 android-pxa270 Project host : http://www.mask.org.tw Author : mask.chung@gmail.com Blog : http://www.mask.org.tw/blog Linkedin : http://www.linkedin.com/in/maskchung Donate: Paypal or http://www.mask.org.tw
    Downloads: 7 This Week
    Last Update:
    See Project
  • 15
    Tiny C compiler, programmed in C with compiler/linker/assembler included. VERY fast and mainly usable as a library. WIN32 port of the http://tinycc.org version. Compiles code to memory currently, perhaps disk soon. Go to the homepage for more info.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16
    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: 24 This Week
    Last Update:
    See Project
  • 17
    Ancient Linux on Windows

    Ancient Linux on Windows

    Building and running ancient Linux on Windows

    While I may have started with Linux 0.11, I've expanded this to include several older relases of the Linux kernel that you can cross compile from Windows, and run on Qemu. I've managed to get the older versions of the software tools running on Windows, so that there is no major invasive source changes, outside of either broken drivers, or massaging the makefiles to find things in the new paths, and calling the appropriate tools where needed. Linux 0.10 is the first oldest version of Linux that is somewhat usable. While it lacks things like TCP/IP, and robust filesystems, it does offer a small kernel size, perfect for playing around with. You can comfortably make changes on Windows, re-compile and test all from a 'normal' desktop.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 18

    HarduIno

    Hardware-optimized Arduino library

    This project is a partial overhaul of the Arduino hardware library, i.e. the main source files that make the core library. The intent is to reduce the overhead introduced by the initial library and eliminate the numerous function calls whenever direct register access is possible.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 19
    Crystal Space 3D SDK
    Crystal Space is an Open Source 3D SDK for Unix, Windows, and MacOS/X. It renders with OpenGL and features GLSL shaders, CG shaders, deferred rendering, dynamic shadows, bullet based physics library, terrain engine, skeleton based animation meshes, exporter for Blender, portals, etc...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20

    TinyCOBOL

    COBOL compiler for the PC x86-32 platform.

    An open source COBOL compiler for the PC x86-32 platform. Generates GNU assembler and requires GCC to produce a binary. Supports Linux, BSD and MinGW 32 bit platforms.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 21
    colorForth
    colorForth is, in Chuck Moore's own words: "A dialect of Forth that uses color to replace punctuation. Includes its own operating system. Produces extremely compact programs. Instant compile from pre-parsed source."
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 22
    6502 Tutorial

    6502 Tutorial

    A tutorial on cross compiling for the 6502 CPU

    A tutorial on cross compiling for the 6502 CPU
    Downloads: 18 This Week
    Last Update:
    See Project
  • 23
    JNode is a Java New Operating system Design Effort. JNode is a simple to use and install Java operating system for personal use on modern devices. Any java application runs on it, fast and safe. See our homepage for additional information.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24

    VIC-2020 MINIMON Cartridge

    Machine Language Monitor for Commodore VIC-20

    MINIMON is a Machine Language Monitor for the Commodore VIC-20. It is a combined hardware/software project: a cartridge for the computer's expansion port (with a cartridge extender for a secondary cartridge), plus firmware, which is the actual MINIMON monitor. MINIMON features all commands usually expected from a debugger/monitor: Memory dump and edit, Register dump and edit, Execute code from monitor, Direct Assembler and Disassembler (all documented opcodes of the NMOS 6502), Transfer/Compare/Fill/Hunt in memory blocks, Use of breakpoints with the BRK instruction, Load/Save/Verify with any storage device. The cartridge hardware expands upon the firmware features by supplying a de-multiplexer for the $9800..$9FFF I/Ox area (where the firmware is located per default) and a versatile reset button (with autostart inhibit for secondary cartridges). Size: only 2048 Bytes. Start with SYS 38912 Read 'instructions.12.txt' for further info.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 25

    SkyEye

    a very fast full system simulator

    SkyEye is a very fast full system simulator which takes llvm as IR of dynmic compiled framework.. It can simulate series ARM, Coldfire,Mips, Powerpc, Sparc, x86, TI DSP and Blackfin DSP Processor. Also can simulate multicore system by the multicore of host. The commercial support is provided by DigiProto Co. (http://www.digiproto.com)
    Downloads: 5 This Week
    Last Update:
    See Project