Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

nasm compile windows 64

nasm -f win64 test.asm -o test.o
ld test.o -o test.exe
Source by ccm.net #
 
PREVIOUS NEXT
Tagged: #nasm #compile #windows
ADD COMMENT
Topic
Name
5+3 =