sudoku engine on propeller
Reinhard
Posts: 489
Hi All
Have found a very clean sudoku solver engine in web and tailored the call for propeller purpose.
That means in the original application the unsolved puzzle is in a File, I replaced it in a static char array.
I compile the modified app with dev-cpp and see the solution is true.
Unfortunaly I have always no a xmmc environment, because the ordered C3 from my local distributor is currently not on stock.
Have the petition, can anyone who has a xmmc platform compile and compare the result with the attached exe.
Maybe I can shrink the sudoku engine, but at first I need to know is the result ok in general.
Thanks forward
Reinhard
edit: propgcc compile and link w/o errors
Have found a very clean sudoku solver engine in web and tailored the call for propeller purpose.
That means in the original application the unsolved puzzle is in a File, I replaced it in a static char array.
I compile the modified app with dev-cpp and see the solution is true.
Unfortunaly I have always no a xmmc environment, because the ordered C3 from my local distributor is currently not on stock.
Have the petition, can anyone who has a xmmc platform compile and compare the result with the attached exe.
Maybe I can shrink the sudoku engine, but at first I need to know is the result ok in general.
Thanks forward
Reinhard
edit: propgcc compile and link w/o errors
zip
69K
Comments
yes the result is equal to the exe output.
Have expected, but now it's proofed.
Thanks
Reinhard
it's ultimatly time for me to get the eeprom and soldering on breadboard. (shame)
its nice to see first time the loader message >32 K
Reinhard