Posted on March 24, 2004 at 07:01Thanks for your reply. The *.pop file i've referred to, produces the commands i've written; while the *.lis file produced exactly the lines you've written. I tried to use the Raisonance compiler but i've some trouble...
Posted on March 24, 2004 at 04:40 Hallo, i've programmed over an st62t60c in c language and then i've used the st assembler and linker. Looking at the .pop file in assembler i've noticed that, for almost all the global variables used in the progra...
Posted on March 17, 2004 at 03:18I am talking about a 16 bit division but if you kindly have a solution for 8 bit it could be also useful to me for other purposes... I made the general division (by an integer number) by using recursive subtractions ...
Posted on March 16, 2004 at 10:29Hallo! I have to realize a division by 10 of some integer values, as follows: ex. 128/10 =12 (it would be better 13 but it is not indispensable). Does it exists a method to realize this by-10-division (in C or assemb...