레지스터
시스템/리버싱·2025. 6. 9.
범용 레지스터EAX (Extended Accumulator Register) Accumulator for operands and results data 입출력 및 대부분의 산술 연산 및 특정 명령의 리턴 값을 저장하고 리턴하는 데 사용EBX (Extended Base Register) Pointer to data in the DS segment세그먼트의 포인터 저장 및 메모리 주소 저장을 위한 레지스터ECX (Extended Counter Register) Counter for string and loop operations 반복 작업(루프)의 횟수를 제어하는 카운터로 사용되며, 루프마다 ECX가 1씩 감소. 비트 이동 연산 시 이동할 비트 수를 지정하는 데도 사용EDX (Extended Data Reg..