mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-08-15 00:23:14 +00:00
13 lines
No EOL
108 B
NASM
13 lines
No EOL
108 B
NASM
IFDEF RAX
|
|
|
|
PUBLIC squareHash
|
|
|
|
.code
|
|
|
|
squareHash PROC
|
|
include asm/squareHash.inc
|
|
squareHash ENDP
|
|
|
|
ENDIF
|
|
|
|
END |