Assembly language is a low-level programming language that is used to communicate directly with a computer's hardware. It is a type of machine language, but it is designed to be readable by humans.
Assembly language is used for a variety of purposes including: direct hardware manipulations, access to specialized processor instructions, addressing critical performance issues(when you have to design programs extremely efficient) 어셈블리 언어(Assembly language)란 컴퓨터의 CPU와 같은 프로세서(processor)가 직접 이해하고 실행하...
#
add
#
QWORD
#
ret
#
sub
#
syscall
#
test
#
WORD
#
x64
#
명령어
#
아키텍처
#
야매정리
#
어셈블리
#
어셈블리어
#
push
#
pop
#
mul
#
call
#
cmp
#
dec
#
DWORD
#
idiv
#
inc
#
ISA
#
je
#
jg
#
jmp
#
leave
#
mov
#
컴퓨터시스템
원문 링크 : 기본적인 x64 어셈블리 명령어 정리