Installing Git 1. Downloadhttps://git-scm.com/downloads 2. InstallClose your eyes and click next 3. Configuration12git config --global user.name "HardyHu"git config --global user.email 1243971719@qq.com 4 2022-01-06 #Git
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