Assembly
An assembly language is a low-level language for programming computers.
Application
Any
Platform
License
Any
Proof of concept developing an emulator.
The first steps (10% of 6502 CPU opcodes yet implemented) towards an Atari 800XL emulator running on a GameBoy Advance.
One-Step-Debugger for technical...
By color coding location and sources of pipline stalls, IBM Assembly Visualizer for Cell BE provides a GUI for viewing the static analysis results of a SPE program. This enables safe, interactive...
This assembly language based arithmetic script was generated completely under debug.exe and is 99.9% compatible for x86 MS-DOS & up based pc. It is designed to give beginners an in depth look at how...
6502 emulator, for testing random code, a rather neat thing.
won't really run commodore software but rather
anything--without crashing, has some random functions and
statistics build in. user...
Mingo Assembler consists in an Assembly compiler for DOS (with a Borland-like IDE), include samples.
8085 Assembly language compiler. uses 2 pass compiler method.
provides pseudo instructions and label, constant declaration.
Written in Visual Basic 6 and sourcecode is included.
A 2 pass assembler for 8086 microprocessor Extremely
interactive Easy to understand code Suited for developers &
those interested in assembly programming as a part of 5th sem
vtu project With...
An x86 assembly sourcecode of auto-loading/unloading services
for Windows NT/2K/XP.
CVASM Assembly code 4:It
is automatic and judges. Target PIC: pic12x/14x/16x/17x
An improved version of my old BF to assembly converter, this
one reduces the .asm file size by usually 50%, and makes the
code generated much easier to understand. With C sourcecode.
These emulators are written in 80386 assembly language with a C++ front-end to provide a user friendly interface. All the TRS-80 emulation runs in assembly language for maximum speed. The start-up,...
An assembler for INTEL 8085 Microprosessor that output's HEX
code. It will take a file with assembly code and generates a
file with HEX code. With full C sourcecode.
This program is an assembler capable of executing most of the
8086 assembly programs. You can also check out the list file
.lst, very similar to TASM list file. The intention
of uploading this...
MCS51 (8051, AT89CX051, i87C52, etc.) Compiler for XPad Visual design suite, including libraries for RS232, I2C, LCD, 1Wire. Generates native assembly code from your XPad-models for any 8051...
68HC11 A, D, E and F-series Compiler for XPad Visual design suite, including libraries for RS232, I2C, LCD, 1Wire, SPI, ADC. Generates native assembly code from your XPad-models for the 68HC11 target...
68000 Editor, Structured Assembler & Simulator. This free
package contains everything you need to create and run 68000
assembly language programs on a Windows PC. The
editor/assembler and...
SoftWire is a C++ class library for compiling x86 assembly code at run-time. It could be used as a JIT-assembler for scripting languages, or for dynamic code generation of optimized inner loops.