Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 539 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 539 Bytes

8queens

x64 assembler solution to n-queens problem. Especially if n happens to be 8.

bash-3.2$ git clone https://github.com/davidad/8queens.git
Cloning into '8queens'...

pretty printing

Somewhat surprisingly, the very first time I tried to run this code, it successfully returned 92. (Though it did take me about 3 hours of thinking and plenty of referencing the Intel 64 manual before I could write it at all.) It took another 4 or 5 hours to get the pretty printing this pretty.