Переглянути джерело

_rip_relative has to use x64 registers for the proper rip relative adressing

That's actually an embarassing error...
master
aaaaaa aaaaaaa 6 роки тому
джерело
коміт
c56030a7d1
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      test_cases/simple_tests.asm

+ 1
- 1
test_cases/simple_tests.asm Переглянути файл

@@ -11,7 +11,7 @@ _small:

public _rip_relative
_rip_relative:
mov eax, [seed]
mov rax, qword[seed]
mov ecx, 214013
mul ecx
add eax, 2531011

Завантаження…
Відмінити
Зберегти