Bitboard calculator

Code, algorithms, languages, construction...
Post Reply
geko
Posts: 34
Joined: Mon Aug 01, 2011 5:11 pm

Bitboard calculator

Post by geko » Fri Feb 22, 2013 3:56 pm

I created a simple web page to manage the bitboards.
You can apply the operations AND, OR, XOR and SHIFT.
The bitboards can have 3 different layout: first bit in A1 or in A8 or in H1.

The page is here http://butterflychess.altervista.org/bi ... /Calc.html

Any suggestions will be appreciated

bye
g.

hyatt
Posts: 1242
Joined: Thu Jun 10, 2010 2:13 am
Real Name: Bob Hyatt (Robert M. Hyatt)
Location: University of Alabama at Birmingham
Contact:

Re: Bitboard calculator

Post by hyatt » Fri Feb 22, 2013 7:12 pm

geko wrote:I created a simple web page to manage the bitboards.
You can apply the operations AND, OR, XOR and SHIFT.
The bitboards can have 3 different layout: first bit in A1 or in A8 or in H1.

The page is here http://butterflychess.altervista.org/bi ... /Calc.html

Any suggestions will be appreciated

bye
g.

HP used to make a "programmer's calculator" that does this. I own one... HP-16C. Owned it for over 30 years in fact, and it STILL works...

velmarin
Posts: 39
Joined: Thu Mar 17, 2011 11:31 am
Real Name: Jose Mº Velasco

Re: Bitboard calculator

Post by velmarin » Fri Feb 22, 2013 8:05 pm

geko wrote:I created a simple web page to manage the bitboards.

g.
Thanks, very interesting.

I use your program Bitmap_calc, very comfortable, and to use with program Bibob of Gerd Isemberg.

Thank you very much.

Post Reply