I'm trying to understand this bit of assembly: `0x0800a824 mov qword [rdx], rax 0x0800a827 call qword [data.0800a82d] ; 0x800a82d; RELOC 64 _cpuid @ 0x0800a740 + 0x75b3 ;-- data.0800a82d: 0x0800a82d mov rdx, qword [var_28h] 0x0800a832 mov qword [rdx], r12 0x0800a835 add rsp, 0x28 0x0800a839 pop r12 0x0800a83b ret` I'ts in the .Llzma_block_param_encoder.0 function So the call is jumping to the "address" stored in 0x0800a82d?