Visual Studio uses JetBrains Mono Download JetBrains mono fontOpen website:https://www.jetbrains.com/lp/mono/ Unzip the archive and install the fontUnzip the archive, open /fonts/ttf. Ctrl + A, select all font files, right-click any o 2022-01-01 #Visual Studio
Setting up Visual Studio for Assembly MASM What is MASM ?The Microsoft Macro Assembler (MASM) is an x86 assembler that uses the Intel syntax for MS-DOS and Microsoft Windows. Let’s start1. Create projectCreate a new project -> Select Empty 2021-12-30 Assembly language #Visual Studio