Skip to content
Lyudmil Antonov edited this page Dec 9, 2016 · 19 revisions

The asmFish project

Welcome to the project of converting stockfish into x86-64! The executables can be found in the Windows folder. The source files can be found in the asmFish folder.

  • run fasm on asmFishW_base[_popcnt,_bmi2].asm to produce executables for windows
  • run fasm on asmFish_base[_popcnt,_bmi2].asm to produce executables for linux For more information on this project see the asmFish/asmReadMe.txt. Run make.bat to automatically assemble the windows/linux sources for the three capabilities
    • base: should run on any 64bit x86 cpu
    • popcnt: generate popcnt instruction
    • bmi2: use instructions introduced in haswell Besides the three cpu capabilities, this project now comes in two flavours
    • asmFish: trim off the cruft in official stockfish and make a lean and mean chess engine
    • pedantFish: match bench signature of official stockfish to catch search/eval bugs more easily.

If you observe a crash/misbehaviour in asmFish, please raise an issue here and give me the following information:

  • name of the executable that crashed/misbehaved
  • exception code and exception offset in the case of a crash
  • a log of the commands that were sent to asmFish by your gui before the crash Simply stating that asmFish crashed in your gui is useless information by itself. asmFish is known to have problems in the fritz15 gui, while it plays much better in the fritz11 gui. Any help with this issue would be appreciated.
Clone this wiki locally