[Flashforth-devel] Git(?), v5.0, and long division
Brought to you by:
oh2aun
From: craig b. <dab...@ya...> - 2014-03-05 11:56:28
|
Doing my first serious application project in FF3.8-Pic18 and having a blast with it, but you've gotten my curiosity up... 1) Is there a tutorial or walk-through for using Git? From what I can seee in SourceForge, it looks like a hash of sort-of-DIFF files for multiple projects and I've got no clue where to start with it. Things sound like v5.0 is coming along nicely and it might be nice to take a look at it. 2) Is there a word for doing 32bit by 32bit division and am I just missing it? Pouring over the docs and a quick scan of the source has only turned up a few variants of 32bit by 16bit which I've been able to work around up to this point. I thought it might be more elegant to calculate SPBRG load values on the fly instead of building a lookup for each chip clockrate/baudrate. Then I tried to divide 16000000 by 921600 and said "Oh BUGS!"... Will I need to build this one myself? (or just pre-factor the living bejeezes out of this problem, too?) Just curious, craig bair ...averaging may or may not help clarify data. If Bill Gates walks into a bar, the average patron becomes a millionaire... |