Assembly
An assembly language is a low-level language for programming computers.
Application
Components and Libraries
Remove
Platform
Any
License
Any
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,...
Assembly sourcecode of a framework based on NeHeGL one but much
smaller (~4k unpacked) and using a high performance counter to
obtain smoother animations with constant speed.
WinAsm Studio is a free integrated development environment
(IDE) for developing 32-bit Windows and 16-bit DOS programs
using Assembly. The Microsoft Macro Assembler (MASM) is
supported...
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...
Microchip PIC14 core (i.e. 16F84, 12F675, 16F628, 16C715, 16F877, 16F873) Compiler for XPad Visual design suite, including libraries for RS232, I2C, LCD, 1Wire, etc. Generates native assembly code...
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...
To generate assembly language source files from COM files.
Will not work on any other type. Although I wrote this to
generate source which is compatible with the A86 assembler, a
little work will...
VB-ASM is a DLL that was written to help Visual Basic
programmers accomplish tasks that are either difficult, or
impossible to do in Visual Basic alone. The DLL contains a
number of helpful...