lantonov / asmFish

A continuation of the nice project asmFish by Mohammed Li. Latest version: 07.08.2019
https://lantonov.github.io/asmFish/
Other
118 stars 49 forks source link

Error in assembly of patch "arm: acquire and release shared byte in tbcore" #78

Closed lantonov closed 7 years ago

lantonov commented 7 years ago
lantonov@DESKTOP-ICVQJ2N:/mnt/c/Git/asmFish/armFish$ make
aarch64-linux-gnu-as -c "armFish.arm" -o "armFishL_2017-08-14_v8.o"
guts/TablebaseCore.arm: Assembler messages:
guts/TablebaseCore.arm:3411: Error: the optional immediate offset can only be 0 at operand 2 -- `stlrb w0,[x19,24]'
guts/TablebaseCore.arm:3582: Error: the optional immediate offset can only be 0 at operand 2 -- `ldarb w0,[x19,24]'
makefile:3: recipe for target 'all' failed
make: *** [all] Error 1
tthsqe12 commented 7 years ago

fixed

lantonov commented 7 years ago

Thanks, now assembled normally