Irvine library for assembly language. Posting it here since the Irvine website is not working anymore (as of aug 2020)
- extract the zip file to your C drive
- Create C++ empty project.
- Right-click project file name - Build dependencies - build customization- Check masm
- Right-click project file name- properties
Linker-General : Additional directory libraries - c:\Irvine
Linker-Input: Additional dependencies: Irvine32.lib;
Linker-System: Subsystem - Console\ - Add item, C++ file, name it as main.asm.
- Include Path c:\Irvine for ASM file: properties- Microsoft Macro Assembler-General: Include Paths - c:\Irvine\
Assembly Language for x86 Processors, Sixth Edition.
by KIP R. IRVINE Florida International University School of Computing and Information Sciences