IA-32 Processor State 32bit compiler general purpose 6개는 범용으로 용도가 정해져 있지 않음. 컴파일러가 그때그때 결정 저장공간 6개를 (레)로 쓸 수 있다 %eax accumulate temporary data %ecx counter %edx data %ebx base %esi source index (배열 idx 관련) %edi destination index (배열 idx 관련) 특별한 목적의 (레) 범용 안 됨 %esp Current stack top stack pointer (스택이 어디까지 사용됐는지) Location of runtime stack %ebp Current stack frame 의 첫번째 위치(base address) base point..