Procházet zdrojové kódy

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

That's actually an embarassing error...
master
aaaaaa aaaaaaa před 6 roky
rodič
revize
c56030a7d1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      test_cases/simple_tests.asm

+ 1
- 1
test_cases/simple_tests.asm Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit