Assembly
An assembly language is a low-level language for programming computers.
Application
Any
Platform
Any
License
Any
Math expression compiler (x86 & x64).
Package includes FASM & Delphi examples.
A tiny little DOS program that prints out every ASCII character (0x01-0xFF) on screen. Written in Assembly, NASM syntax. Source code is included.
Involves using INT 0x10 to print stuff on screen,...
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...
EQ.TXT contains useful EQ.COM program data and, if you don't have MASM, an uncommented SCR program for assembling EQ.COM using DEBUG.EXE (MS-DOS). See EQ.ASM for additional information.
EQ.COM is a small, 869 byte DOS command line conversion utility that automatically displays all valid equivalents of bases 2, 8, 10 and 16. Since it classifies the intrinsic base of a %1 number...
EQ.ASM was written with MASM (Ver 6.1). See EQ.TXT for comprehensive details concerning the EQ.COM program.
I was looking for a GUI example for a serial port terminal and I couldn't find any, so I took a CommandLine tool called Serialterm made by Albrecht Schmidt and made a simple GUI. Compiled with MASM32...
Supporting Unicode, multiple languages and driver programming. Excellent visual assembler IDE for Windows 95/98/ME/NT40/2K/XP/VISTA/7/8 (32/64 bit) entirely programmed in assembly. Complete...
With CodeVeil you can encrypt your .NET applications and DLLs. CodeVeil adds native code to the assembly to decrypt the assembly just before the .NET runtime needs access to the data. The decoder...
ExportToPDF is .NET library that offers the ability to convert csv files, Excel spreadsheets, Access mdb databases, text files, .NET DataTable objects to PDF on the fly. If you need PDF reports you...
DeepSea Obfuscator makes obfuscation of your .NET assemblies an intuitive and integrated part of your product development. Integrates seamless in Visual Studio.
Ever wonder what really changed in that DLL you are about to release to production? Would you like to check a 3rd party library for breaking changes before referencing it? Would it be helpful to...
Three-mode editor with source code, written in assembly language and assembled with TASM 16-bit. Limited to conventional memory. Unique three-mode interface.
This is a complete set of 16 bit DOS assembly tutorials (offline version of my blog) for beginners. For updated online version kindly refer
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...