/add

A program for adding two 16-bit integers written in 80386 TASM Assembly for a class project.

Primary LanguageAssemblyMIT LicenseMIT

Add

Add is a program for adding two 16-bit integers written in 80386 TASM Assembly for a class project.

Building

tasm add.asm
tlink add.obj

License

MIT