diff --git a/test_cases/simple_tests.asm b/test_cases/simple_tests.asm index a772db8..cc75c07 100644 --- a/test_cases/simple_tests.asm +++ b/test_cases/simple_tests.asm @@ -4,11 +4,6 @@ section '.text' code readable writeable executable use64 -public _small -_small: - xor eax, eax - ret - public _rip_relative _rip_relative: mov rax, qword[seed] @@ -51,4 +46,8 @@ _branch: nop @branch_ret: ret - \ No newline at end of file + +public _small +_small: + xor eax, eax + ret \ No newline at end of file