Setting up MASM with Visual Studio 2019

preview_player
Показать описание
NOTE:
You have to add C:/Irvine to the "Include paths" in the "Microsoft Macro Assembler" part of the project properties if you want to not use the full path for INCLUDE

TEMPLATE:

.data
;data goes here

.code
main PROC
;code goes here

INVOKE ExitProcess,0
main ENDP
END main
Рекомендации по теме
Комментарии
Автор

ohmyGod thank u so much for making this

ephie
visit shbcf.ru