Showing 27 open source projects for "fasm"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    SASM

    SASM

    Simple crossplatform IDE for NASM, MASM, GAS and FASM languages

    SASM (SimpleASM), simple Open Source crossplatform IDE for NASM, MASM, GAS, FASM assembly languages. SASM has syntax highlighting and debugger. The program works out of the box and is great for beginners to learn assembly language. SASM is translated into Russian, English, Turkish, Chinese, German, Italian, Polish, Hebrew, Spanish. In SASM you can easily develop and execute programs, written in NASM, MASM, GAS or FASM assembly languages.
    Downloads: 191 This Week
    Last Update:
    See Project
  • 2
    Smaller C

    Smaller C

    Simple C compiler

    ...Currently, it generates 16-bit and 32-bit 80386+ assembly code for NASM that can then be assembled and linked into DOS, Windows, Linux and Mac OS X programs. (You may use YASM or FASM instead of NASM) Code generation for MIPS CPUs is also supported (primarily for RetroBSD). The compiler is capable of compiling itself. The core compiler comes with a preprocessor (ucpp), a linker, and a compiler driver (the driver invokes the preprocessor, the core compiler, the assembler, and the linker and supports options similar to those of gcc).
    Downloads: 9 This Week
    Last Update:
    See Project
  • 3
    Asmosis

    Asmosis

    A set of tools related to assembly language programming.

    ...The tools include: - the Asm::X86 Perl module, - AsmDoc - an HTML documentation generator for assembly language, - Asm4Doxy - Assembly converter for Doxygen (http://www.doxygen.org/), - converters between various assembly language dialects: NASM (The Netwide Assembler, https://www.nasm.us), fasm (flat assembler, https://flatassembler.net) and GNU as, - converters from C/C++ header files to assembly language header files, - make4fasm - a Makefile generator for fasm, - Linux-2.6 kernel module helpers for fasm and NASM, - macros for Autoconf (https://www.gnu.org/software/autoconf/), - pieces of code that may be useful for starting developing a simple operating system. ...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 4
    LinAsm

    LinAsm

    Collection of fast and optimized assembly 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: 18 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
    BeaEngine 5

    BeaEngine 5

    BeaEngine disasm project

    ...You can use it in C/C++ (usable and compilable with Visual Studio, GCC, MinGW, DigitalMars, BorlandC, WatcomC, SunForte, Pelles C, LCC), in assembler (usable with masm32 and masm64, nasm, fasm, GoAsm) in C#, in Python3, in Delphi, in PureBasic and in WinDev. You can use it in user mode and kernel mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    animation centipede

    Animates lines that bend looking like a centipede with pine needles.

    Animated lines look a bit like a centipede with pine needles. The keyboard can be used It was tested with a Windows 7 laptop and one desktop. The source code is there as an .asm file, ready for assembly using the Fasm compiler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    NOS - an open source fasm OS

    NOS - an open source fasm OS

    An OS being built for the community and to show the power of FASM.

    ...Community help is definitely appreciated as I am writing this as my first OS and also to get more experience with FASM and ASM code. FASM is required to run conpile.sh and can be found at http://flatassembler.net/downloads
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    fasmwm

    FASM Windows Mobile Preview

    Created with FASMARM assembler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    JaeEditor 1.9.15 + FASM 1.71.22

    JaeEditor 1.9.15 + FASM 1.71.22

    Integrated Development Environment for Flat Assembler.

    JaeEditor is a Fasm IDE written using Microsoft Visual Studio 2012, WinAPI and Scintilla.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up Free
  • 10

    Bubble BASIC

    A free, minimal 64-bit BASIC compiler for Linux

    ...) * Lots of BASIC functions supported (SIN, COS, EXP, LOG, string functions such as LEN and MID) * All the traditional BASIC operators (unary -, NOT, OR, AND, >, >=, <, <=, = [equality operator], +, -, *, /, ^, function(...), = [assignment operator]) * Three intrinsic data types (all 64-bit): Integer, double precision floating point, and UTF-8 string. Arrays of any dimensionality. * Full Unicode support (UNI function replaces traditional ASC) * Text file I/O. * Compiles to native 64-bit asm (can use fasm or nasm as backend). * Inline asm feature. * Written in Haskell and C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Ediot

    Ediot

    Lightest weight text editor no money can buy,

    Ediot formally BowPad is a really small text editor (with a compile option for NASM and FASM). If you want a lightweight text editor BowPad is the best. Only 20.1kb download, and 44.7kb unpacked! VERY basic, but at the same time fast. As far as known it can open up any file. It uses QT. It will part of the lightest weight Linux distro with the complete Linux kernel based off of Ubuntu. But it will be going to other OS's soon.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    ...You can save your passwords in it and it has a functionality for copying to clipboard and auto-clearing the clipboard after any given seconds. OTP is unbreakable if used correctly, and it is being used correctly in combination with CSPRNG. Written in FASM.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    wkill

    wkill

    Windows utility which terminates a targeted window or program.

    wkill is a Windows utility which terminates a targeted window or program when clicked. It uses solely the Windows API and is written in Win32 assembly (FASM). FASM is an abbrevation for "flat assembler". For more information see here http://flatassembler.net/. After launching wkill the mouse pointer changes to the red wkill icon. Clicking on any window will terminate the process that created it and will also exit wkill. Another way to use wkill is to either click the middle mouse button or move the scroll wheel up or down once. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    pyirrlicht

    pyirrlicht

    Access to Irrlicht Engine SDK from assembler, C, Python, Basic, Pascal

    ...Second internal project is SWIG wrapper. Additional support for SVG files over AGG or Cairo library. Also irrlicht_c library give access to Irrlicht functional from other programming languages: ASM (FASM), C (TinyC), Basic (FreeBASIC, thinBasic, OxygenBasic), Pascal, Gentee, AutoIt and game frameworks like GameMaker or Blitz.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    Spider Studio

    среда разработки ассемблера

    Программа надстройка над fasm которая упрощает программирование на языке ассемблер .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Fast and efficient self-assembling 80x86 assembler for DOS/Win32/Linux; with 8086-80486/Pentium/MMX/SSE/AVX/XOP instructions support, 16-bit/32-bit/64-bit code, binary/MZ/PE/COFF/ELF output formats.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 17
    Raw Xml Library (RXL) is a simple but powerful raw xml library totally written in FASM targeting Windows & Linux, CIL targeting .NET & MONO and JASMIN targeting JAVA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Linux fasm include library collections
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project is made from fasm 1.68.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    x32lab
    x32lab Enhanced Multilanguage IDE
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Smayer
    Extremely small audio player for MS Windows written in FASM.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Fasmlab
    IDE for Fasm Flatassembler
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    implementation of base64 encoding function on Fasm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Monate is an Object Oriented Programming Assembly . It's a pre-assembler that compiles x86-x64 OOP assembly codes to non-OOP codes and then compiles them by FASM/NASM assembler . Monate is easy to use and powerful .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    LSCR is a compilation of helping resources for software development in Assembly language under Linux. It includes system calls reference for kernel 2.6+, FASM include files, example applications, and some utilities.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB