In this tutorial we will download the right tools required for programming in Assembly language. We will need 2 tools:
- Visual Studio (any version)
- KIP Irvine Library
KIP Irvine’s library:
We will use this library because it will provide some built-in functions/procedures which will make it easier for us to work in Assembly language.
Visual studio provides us the MASM or Microsoft Macro Assembler for assembling.
Watch: