Home / doc
Name Modified Size InfoDownloads / Week
Parent folder
readme.txt 2017-01-30 884 Bytes
pset.txt 2017-01-30 45 Bytes
iset.txt 2017-01-30 3.9 kB
Totals: 3 Items   4.9 kB 1
8086 Assembler Readme File
--------------------------
This is the readme file for the 8086 assembler written in 8086 assembly language and assembled into an MS-DOS executable file. The entire package of files contains the following files:

ASM.COM		(The Assembler)
ASM.A			(The Source Code for The Assembler)
README.TXT	(This file you are reading now)
ISET.TXT		(The instruction set for the 8086 microprocessor)
PSET.TXT		(Psuedo instructions recognised by the assembler)
ASM.TXT		(Documentation for the Assembler)


Execution Syntax
----------------

	ASM filename.a

Where filename is the name of the assembly source.

The program will then assemble file "filename.a" into "filename.com" which will execute under all versions of Microsoft DOS, IBM PC-DOS and compatible variants from MS-DOS 3.3 to MS-DOS 6.22 including DOSBOX and other MS-DOS compatible command line environments.
Source: readme.txt, updated 2017-01-30