Search Results for "microsoft macro assembler"

Showing 25 open source projects for "microsoft macro assembler"

View related business solutions
  • Retool your internal operations Icon
    Retool your internal operations

    Generate secure, production-grade apps that connect to your business data. Not just prototypes, but tools your team can actually deploy.

    Build internal software that meets enterprise security standards without waiting on engineering resources. Retool connects to your databases, APIs, and data sources while maintaining the permissions and controls you need. Create custom dashboards, admin tools, and workflows from natural language prompts—all deployed in your cloud with security baked in. Stop duct-taping operations together, start building in Retool.
    Build an app in Retool
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 1

    str_z80

    A structured macro preprocessor written in C for SDCC Z80 assembler

    This program process a source code file with structured macros and generates the assembler code for implementing the macro. Then, the generated file can be processed by your favorite assembler. This version uses the SDCC Z80 assembler
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    UniSIMD-assembler

    SIMD macro assembler unified for ARM, MIPS, PPC and x86

    UniSIMD assembler is a high-level C/C++ macro assembler framework unified across ARM, MIPS, POWER and x86 architectures. It establishes a subset of both BASE and SIMD instruction sets with clearly defined common API, so that application logic can be written and maintained in one place without code replication. The assembler itself isn't a separate tool, but rather a collection of C/C++ header files, which applications need to include directly in order to use. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    cc65

    cc65

    cc65 - a freeware C compiler for 6502 based systems

    cc65 is a complete cross development package for 65(C)02 systems, including a powerful macro assembler, a C compiler, linker, librarian and several other tools.
    Leader badge
    Downloads: 396 This Week
    Last Update:
    See Project
  • 4
    Ccache

    Ccache

    A fast compiler cache

    ...It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again. Ccache is free software, released under the GNU General Public License version 3 or later. Supports GCC, Clang, MSVC (Microsoft Visual C++) and other similar compilers. Works on Linux, macOS, other Unix-like operating systems and Windows. Understands C, C++, assembler, CUDA, Objective-C and Objective-C++. Supports secondary storage over HTTP (e.g. using Nginx or Google Cloud Storage), Redis or local filesystem, optionally sharding data onto a server cluster. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 5

    Schedule Creator

    Microsoft Excel macro workbook that creates monthy calendar schedules

    This Microsoft Excel macro enabled workbook assists you in creating a schedule for your retail store. Click on a button and enter the month and year that you wish to create a calendar schedule for. The macros will create a calendar that allows you to select your configured staff from a list, enter the hours, and then automatically sum the hours for each day, week, and for the entire month.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    ATasm: 6502 cross-assembler

    ATasm is a 6502 command-line cross-assembler.

    ATasm is a 6502 command-line cross-assembler that is compatible with the original Mac/65 macro assembler released by OSS software. The aim of ATasm is to provide Atari home-brew coders with a comfortable and powerful toolset.
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Integrated Development Environment for some microcontrollers based on 8051(e.g. AT89S8253). Supported languages are Assembly and C. It has its own simulator, assembler, editor and many other tools. See the project web site for more details and the newest updates.
    Leader badge
    Downloads: 855 This Week
    Last Update:
    See Project
  • 8
    Anaphraseus
    Anaphraseus is a CAT (Computer Aided Translation) tool, OpenOffice.org 2-3 macro set for OpenOffice/LibreOffice Writer similar to famous Wordfast. It works with the Wordfast Translation Memory format (*.TXT), and supports text segmentation.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    Visual MASM

    Visual MASM

    Visual MASM - Assembly IDE for Microsoft MASM

    Create 16-bit, 32-bit and 64-bit Microsoft Windows and 16-bit MS-DOS applications with Visual MASM for Microsoft Macro Assembler (MASM).
    Downloads: 12 This Week
    Last Update:
    See Project
  • Yeastar: Business Phone System and Unified Communications Icon
    Yeastar: Business Phone System and Unified Communications

    Go beyond just a PBX with all communications integrated as one.

    User-friendly, optimized, and scalable, the Yeastar P-Series Phone System redefines business connectivity by bringing together calling, meetings, omnichannel messaging, and integrations in one simple platform—removing the limitations of distance, platforms, and systems.
    Learn More
  • 10
    In a fit of recreational programming, I wrote this 8080 assembler. God only knows why I picked a 30 year old processor.... I guess I just loved that old processor.. Maybe thats why I have 2 of them in the attic. ..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Dev65 is a macro assembler, linker and librarian suite for the 6501, 6502, 65C02, 65816 and 65832 family of microprocessors coded in Java for portability. The code is based on a framework that could support other system architectures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    armvd

    ARM Visual Disassembler

    Created with Flat Assembler + Z macro language.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This project aims to recreate IBM DDS Debugging Template form (GX21-7717-3) for AS/400 using Microsoft Excel including VBA macro for automation. The project also includes AS/400 Data description specification (SX41-9891-00 UM/050*)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Sprite Fight

    A fighting game demo+source

    Created with my Z macro language for Flat Assembler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Microsoft Macro Assembler (MASM) Version 6.11 1.Extract using WinRAR 2.Run Setup.exe from the folder 'Disk1'
    Leader badge
    Downloads: 361 This Week
    Last Update:
    See Project
  • 16

    Modern Assembly Language

    Assembler language for modern times

    Adding high level source code constructs to a low level language. As opposed to other assemblers MACRO constructs that give a pseudo high level construct, Modern Assembler Language will have it built in. I would _like_ to go for a C style language construct, but this may change over time.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Pika Macro ASsembler is a compact but powerful macro assembler. It is designed to easily create a new instruction set by using a special assembler directive. It is intended for small CPUs like in the Pokemon Mini handheld gaming device and synthetic CPUs NOTE: Source moved to https://github.com/darkfader/PokemonMini/tree/master/pmas
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Atmel AVR Assembler for all platforms. Compatible with Atmel's own assembler. Extra macro features, auto type conversion for macros, conditional assembly, creates .coff files for debugging, special 100% identical output compared to orig. Atmel Assem
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 19
    Collaborative development and distribution of Windows Speech Recognition (WSR) application macros to 1) improve the accessibility of personal computing for impaired users, and 2) improve the efficiency of personal computing for all users.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    1664 macro assembler, simulator, console debugger, interpreter (host system calls.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This project provides a tool-chain for compiling C code for the SPEAR2 processor. It comprises a C compiler (GCC), an assembler/linker, a macro assembler, a basic library and a simulator.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Tetris game clone with some nice special effects. It is written for Microsoft Windows operating systems using assembler.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    DASM is a macro data assembler, meaning that it assembles binary data, not executable code. DASM supports macros, symbols, and expressions which can be used to extend the basic feature set enough that you can write human readable "code" then assemble it.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    A 6809/6800/8080/8008 macro assembler written in Java.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    avrLab is an IDE (integrated development environment) for AVR microcontroller from ATMEL. It includes an editor with syntax highlighting. avrLab includes support for macro assembler (tavrasm and avra) as well as support for accessing the AVR via uisp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next