caller
-
x86-64 Assembly Language 6 AT&T Syntax와 Intel SyntaxLinux Development/Kernel 2021. 7. 31. 05:15
ISA (Instruction Set Architecture) Low part of calling convention AT&T syntax Intel syntax 1. ISA (Instruction Set Architecture) ISA는 하드웨어 진영에서 소프트웨어 진영에 제공해주는 최종 결과물의 형태라고 보면 된다. 이 결과물 중엔 아래와 같은 것이 있다. 어셈블리 명령(Instruction)들의 종류와 기계어로서의 각 명령(opcode)에 해당하는 이진수들에 대한 정보 우리가 제공받는 레지스터의 종류와 역할, 기능에 관한 정보 각 어셈블리 명령(opcode)들이 operands(인자)로 사용하는 레지스터들의 종류와 역할 메모리 사용에 관한 정보(little endian 인지 또는 big endian..