The arrowsoft assembler public domain version 1.00D description
The Arrowsoft Assembler takes as its input 8086, 8088, 80186 and 80286 assembly language source files and produces relocatable object modules which may be linked and run under the MS-DOS and PC-DOS operating systems. The syntax of the input files is a superset of that accepted by the Microsoft Macro Assembler (versions 3.0 and later). In fact, most programs written for the Microsoft product should assemble without modification with the Arrowsoft Assembler.
File List:
ASM.DOC
17Kb
ASM.EXE
76Kb
Similar code
A86 macro assembler, V3.72
(Popularity: ) : A86 macro assembler 8086 Assembler Implemented in C++ v0.1
(Popularity: ) : 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 project is to let you have ... Octasm v0.15
(Popularity: ) : The Octa assembler is a fast and efficient self-assembling 80x86 assembler for DOS. It supports all 8086-80486/Pentium instructions with MMX, SSE, SSE2, SSE3 and 3DNow! extensions, can produce output in binary only, and can also directly assembly and run the ... DOS ASCII code printer
(Popularity: ) : 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, INT 0x16 for keyboard input, not much to it.