Skip to content

lethal-lisa/asm-headers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Lisa's x86 fasm Headers

Generic header files for use with x86 assembly language using the fasm assembler. For the most part these will be geared towards use with DOS. Descriptions of each file are below.

ASCII.INC

Contains aliases for ASCII control characters based on their names given in the 1967 ASCII standards, and a few other aliases including line-endings and serial control characters.

DOS Files

EXIT.INC

Provides exit routines for DOS *.COM programs. This header must be included in a POSTPONE block.

STDIO.INC

Provides file attributes, standard I/O handles, and DOS API Standard I/O function IDs.

About

Assembly headers for use with DOS & fasm.

Resources

Stars

Watchers

Forks