Showing 27 open source projects for "fasm"

View related business solutions
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for 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: 42 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: 12 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: 0 This Week
    Last Update:
    See Project
  • 4
    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
  • PeerGFS PEER Software - File Sharing and Collaboration Icon
    PeerGFS PEER Software - File Sharing and Collaboration

    One Solution to Simplify File Management and Orchestration Across Edge, Data Center, and Cloud Storage

    PeerGFS is a software-only solution developed to solve file management/file replication challenges in multi-site, multi-platform, and hybrid multi-cloud environments.
    Learn More
  • 5

    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
  • 6
    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
  • 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: 0 This Week
    Last Update:
    See Project
  • Automate Proposals with AI in Microsoft Word. Icon
    Automate Proposals with AI in Microsoft Word.

    Streamline proposal creation with the smartest AI, the best content, seamless integration with Microsoft Word, and unmatched efficiency.

    Automate your best practices, processes, and standards to guide your proposal writers, sales teams, and subject experts. And don’t worry, it’s so easy to use they will use it. We would love the opportunity to help you quantify the impact your business can expect from investing in Expedience Software. Click here to request a Return on Investment (ROI) calculation. In this 15-minute session, we will ask 20 simple questions to assess and grade your current proposal quality and scalability. Manual proposal processes are likely costing you far more than you realize. These models waste time and kill the productivity of proposal writers, sales team members, senior staff, and subject experts.
    Learn More
  • 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: 0 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: 0 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: 15 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
    Fasmlab
    IDE for Fasm Flatassembler
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    Smayer
    Extremely small audio player for MS Windows written in FASM.
    Downloads: 0 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: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next