반응형 Assembler5 NASM Assembler ( The Netwide Assembler ) Documents NASM - The Netwide Assembler version 2.15.05 This manual documents NASM, the Netwide Assembler: an assembler targetting the Intel x86 series of processors, with portable source. Chapter 1: Introduction Section 1.1: What Is NASM? Section 1.1.1: License Chapter 2: Running NASM Section 2.1: NASM Command-Line Syntax Section 2.1.1: The -o Option: Specifying the Output File Name Section 2.1.2: The -f .. 2021. 9. 10. NASM Assembler ( Netwide Assembler ) for Windows https://www.nasm.us/pub/nasm/stable/ Index of /pub/nasm/stable git.id2020-08-28 09:08 41 Corresponding git revision ID www.nasm.us 리눅스도 포함을... 2021. 9. 10. WinDbg 사용법 2012. 8. 30. MASM Compile ml /c /coff First.asm link /subsystem:console /entry:start /out:main.exe First.obj io.obj Kernel32.Lib ml /c /coff /Zi First.asm link /debug /subsystem:console /entry:start /out:main.exe First.obj io.obj Kernel32.Lib 2012. 8. 24. NASM Assembly asm_io.asm asm_io.asm %define NL 10 %define CF_MASK 00000001h %define PF_MASK 00000004h %define AF_MASK 00000010h %define ZF_MASK 00000040h %define SF_MASK 00000080h %define DF_MASK 00000400h %define OF_MASK 00000800h %ifdef ELF_TYPE %define _scanf scanf %define _printf printf %define _getchar getchar %define _putchar putchar %define _fputs fputs %endif %ifdef OBJ_TYPE segment .data public align=4 class=da.. 2012. 8. 21. 이전 1 다음 728x90 반응형