Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Function: S7_ServerData.Tick
- Function: S7_ServerData.Tick
- L0:
- mov rax, rsp
- mov rcx, qword [rax+40] ; mov exceptinfo, qword [$__args+40]
- mov rax, [rdx] ; mov v5, [vmregs]
- mov ecx, dword [rax] ; mov regD0, dword [v5]
- mov ecx, dword [rax+4] ; mov regD1, dword [v5+4]
- mov rax, [rdx+24] ; mov v5, [vmregs+24]
- mov rcx, [rax] ; mov regA0, [v5]
- L2:
- ; S7_ServerData.Tick(line 68): 02000000 LK
- mov ecx, 0 ; mov regD0, 0
- L3:
- ; S7_ServerData.Tick(line 68): 8e000001 LT_RK
- xor eax, eax ; xor v9, v9
- cmp ecx, 8 ; cmp regD0, 8
- setl eax ; setl v9
- test eax, eax ; test v9, v9
- je L7 ; je L7
- L5:
- ; S7_ServerData.Tick(line 68): 6c000001 ADDI
- mov ecx, 0 ; mov regD0, 0
- add ecx, 1 ; add regD0, 1
- L6:
- ; S7_ServerData.Tick(line 68): 4bfcffff JMP
- short jmp L3 ; jmp L3
- L7:
- ; S7_ServerData.Tick(line -1): 56808000 RET
- mov eax, 0 ; mov v10, 0
- L1:
- ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement