Hi, kasapo
Here it is :
'************************************************* *****************************
'MACRO 32 bits
'************************************************* *****************************
ASM
Putmulresult macro const32
MOVE?CB low const32, R2
MOVE?CB low (const32 >> 8), R2+1
MOVE?CB low (const32 >> 16),R0
MOVE?CB low (const32 >> 24),R0+1
endm
ENDASM
and when needed :
@ putmulresult 60000000 or else ...
Vitesse = DIV32 dureetot
Vitesse = Vitesse / coeff
or sth ...looking like that !!!
I do not find anymore the thread nor ....
Alain




Bookmarks