RSS 55 projects tagged "Assemblers"

Download Website Updated 01 Mar 2013 Retro

Screenshot
Pop 416.09
Vit 67.85

Retro is a clean, minimalist language with roots in Forth. It supports all major OSes in use today, and was designed to be easy to learn, use, and modify for specific needs.

Download Website Updated 24 Sep 2012 ELF Tool Chain

Screenshot
Pop 72.44
Vit 3.62

ELF Tool Chain is a set of program development tools for working with files in the ELF executable file format.

Download Website Updated 18 Apr 2012 Flat Assembler

Screenshot
Pop 199.58
Vit 17.14

Flat Assembler is a fast and efficient self-assembling 80x86 assembler. It supports x86 and x86-64 instruction sets with MMX, 3DNow!, SSE up to SSE4, AVX, AVX2, and XOP extensions. It can produce output in binary, MZ, PE, COFF, or ELF format. It includes powerful but easy-to-use macroinstruction support and does multiple passes to optimize the instruction codes for size. It is written entirely in assembly language.

No download Website Updated 09 Mar 2012 cc65

Screenshot
Pop 109.89
Vit 10.32

An almost ISO C compatible C compiler that produces binaries for 6502-based computers. Targets that are supported out of the box are: Apple ][, Atari 8-bit machines, Commodore C64/C128/C16/C116, Commodore Plus/4, Commodore 600/700, GEOS for C64, and Lynx. The package includes a complete suite of assembler development tools (assembler, linker, archiver) which allows mixing of C and assembler code.

Download Website Updated 12 Apr 2011 The Amsterdam Compiler Kit

Screenshot
Pop 113.22
Vit 2.28

The Amsterdam Compiler Kit is a fully-featured retargetable compiler toolchain. It will cross-compile ANSI C, K&R C, Pascal, Modula-2, Occam, Fortran and Basic for a number of architectures including, but not limited to, the 6500, 68000, Z80, i80, i86, i386, and PDP-11. It provides a complete development environment including preprocessors, compilers, assemblers, linkers, librarian tools, and target download tools.

Download Website Updated 03 Mar 2011 Linux Debug

Screenshot
Pop 26.38
Vit 1.42

Linux Debug is a functional clone of the old DOS debug.com for x86 linux. Functions include the ability to alter/examine memory and registers, set/clear breakpoints, step into and trace over, symmetric symbolic disassembler, and symbolic assembler. It has a simplified UI, and can work with bin and elf format files. Symbolic functions work only if debug symbols available in the file header. It features a NASM-compatible syntax for both disassembler and single line assembler.

Download Website Updated 23 Aug 2010 GNU 8085 Simulator

Screenshot
Pop 190.59
Vit 6.55

GNUSim8085 is a graphical simulator for the Intel 8085 microprocessor. It contains an inline assembler and a debugger.

Download Website Updated 18 May 2010 Yasm

Screenshot
Pop 153.32
Vit 8.27

Yasm is a complete rewrite of the NASM assembler. It currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, COFF, Mach-O (32 and 64), RDOFF2, Win32, and Win64 object formats, and generates source debugging information in STABS, DWARF 2, and CodeView 8 formats.

Download Website Updated 04 Feb 2010 nescom

Screenshot
Pop 23.58
Vit 2.90

nescom is a suite of assembler and linker tools for the CPU used in the NES/Famicom. It can produce xa65-compatible relocatable object files, IPS format patches, raw binary images, and ROM images in INES format. nescom is a sister project of snescom, and shares much of the syntax and features.

Download Website Updated 31 Jan 2010 TinyaML

Screenshot
Pop 42.52
Vit 2.54

TinyaML is a virtual machine, a compiler, and a compiler- compiler, powered by the abstract parser tinyap. It is endian-safe and allows easy bindings of new C APIs into the virtual machine. The VM executes wordcode with a virtual threading model and features a garbage collector. TinyaML allows the user to compile and run assembly code, or plug new grammars for higher-level languages into the parser and implement the methods to compile their ASTs.

Screenshot

Project Spotlight

LibRaw-demosaic-pack-GPL3

Additional demosaic methods for LibRaw (GPL3 licensed).

Screenshot

Project Spotlight

CmdOption

A simple annotation-driven command line parser toolkit for Java 5 applications.