/nasm-util

Marcos library for DOS

Primary LanguageAssemblyMIT LicenseMIT

A simple yet useful macros library written in 16-bit nasm for DOS

The main goal of this project is to make it easier for me to write my labs at the university. I assume that you will use this library for the .com executable program type in some DOS.

To use my library, just clone this repo and place util.asm file whatever you want. You can check out my Assembly labs at BSUIR, where you will find examples of using the library.