Re: In pursuit of Dead Wild Cat

2008-05-19 Thread ellvis
Hi, I am not really a coder, but you can always try to look at http://baze.au.com/misc/z80bits.html It's a collection of z80 math routines, all commented, it's done by Baze/3SC - Spectrum demo coder. Just for an inspiration. Anyway, it's really great to read such a stuff here on the list,

Re: In pursuit of Dead Wild Cat

2008-05-19 Thread Edwin Blink
Thanks for Sharing Ellvis ! Edwin - Original Message - From: ellvis [EMAIL PROTECTED] To: sam-users@nvg.ntnu.no Sent: Monday, May 19, 2008 9:00 AM Subject: Re: In pursuit of Dead Wild Cat Hi, I am not really a coder, but you can always try to look at

Website problems

2008-05-19 Thread Edwin Blink
Hi everyone It Seems that my webpage is often not accesible. Today I found out my webhost decided to limit the daily traffic to 50MB so I decided to move it. Thanks to Stephen Parry-Thomas for offering the webspace it can now be found at : http://www.samcoupe-pro-dos.co.uk/edwin/index.htm

Re: In pursuit of Dead Wild Cat

2008-05-19 Thread Thomas Harte
I'm using a variant on that page's square table method for my 10 bit multiplies (though I always do (a + b)^2 - (a - b)^2), and something a lot like his divide. But my divide is a lot messier. Specifically (in pyz80 syntax): ; ; FIXDIV, works out BC / DE and stores it to HL (all 8.8