RSS 29 projects tagged "Assemblers"

Download Website Updated 30 Jan 2001 AML

Screenshot
Pop 53.05
Vit 2.55

AML is an implementation of a basic register machine coded in C++. It provides all of the rudimentary features of any machine language like basic I/O and arithmetic but provides a very easy syntax and its own portable binary compression scheme for storing files. AML is currently distributed on SunOS 5.5, Linux 2.2, and Win32 console.

Download Website Updated 06 Oct 2009 Advanced Assembler

Screenshot
Pop 76.75
Vit 4.09

Aasm is an advanced modular assembler designed to support several target architectures. It has been designed to be easily extended. Its global architecture takes advantages of dynamic libraries to provide input, assembler and output modules. The input module supports Intel syntax (like nasm, tasm, masm, etc.). The x86 assembler module supports all opcodes up to P6 including MMX, SSE and 3DNow! extensions. F-CPU and SPARC assembler modules are under development. Several output modules are available for ELF, COFF, IntelHex, and raw binary formats. Advanced features include symbol scopes, an expressions engine, big integer support, macro capability, and numerous and accurate warning messages (over 300).

Download Website Updated 18 Apr 2012 Flat Assembler

Screenshot
Pop 199.40
Vit 17.10

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.

Download Website Updated 23 Aug 2010 GNU 8085 Simulator

Screenshot
Pop 187.48
Vit 6.54

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

No download Website Updated 03 Jul 2003 GNU Development Environment

Screenshot
Pop 48.56
Vit 1.00

The GNU Development Environment (GNUDE) is a complete suite of GNU C/C++, Fortran, Java cross compilers, and the GDB simulator/debugger for embedded microprocessor application development.

Download Website Updated 18 Jun 2004 KMD

Screenshot
Pop 79.15
Vit 3.15

KMD is a multi-processor debugger. It can debug with hardware boards over serial ports or with software emulators (ARM and MIPS emulators are included in the project). Using the pipe option you can debug over the network or any other communication medium. It can load many executable formats such as ELF, and display and follow the original source even from multiple source file programs. There is support for breakpoints and watchpoints which can trap on specific data (such as loading or executing specific instructions). Support for other features such as FPGA's is also available, allowing loading or any control required to drive a specific hardware device. The project uses chump to allow disassembly and line assembly. Chump also allows new architectures to be easily added without the need to recompile the system. Communication with the backend is done using two pipes/fifos using a simple set of codes. Back end communication program can be created using very little memory on the target device.

Download Website Updated 02 Aug 1999 MMIX assembler/simulator

Screenshot
Pop 42.84
Vit 71.02

MMIX is a computer language that will totally replace MIX in the "ultimate editions of "The Art of Computer Programming" by Donald E Knuth Vols 1-3 and the 1st editions of the remaining volumes

No download Website Updated 09 May 2004 OpenMCL

Screenshot
Pop 74.68
Vit 4.42

OpenMCL is an Open Source version of Digitool's excellent Macintosh Common Lisp (MCL) implementation, which runs on LinuxPPC and MacOS X. It features a native code compiler, multithreading support, and good ANSI CL compliance.

Download Website Updated 07 Mar 2002 Ophis Assembler

Screenshot
Pop 45.03
Vit 2.02

The Ophis assembler is a full-featured cross-assembler for the 6502 family of microprocessors, which is used in the Atari 2600, Commodore 64, Apple II, and Nintendo Entertainment System.

Download No website Updated 24 Dec 2001 Osimplay

Screenshot
Pop 18.57
Vit 64.56

Osimplay is a 386 assembler with Forth and C-like conveniences like "print", reentrant procedures, data "clumps", arrays, execution arrays, a nice Linux syscall format, etc.

Screenshot

Project Spotlight

CDSChecker

A tool for finding concurrency bugs in C/C++ Atomic.

Screenshot

Project Spotlight

EventedObject

A Perl base class that allows you attach event callbacks to an object.