64 bit signed integer math routines for M68332

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

64 bit signed integer math routines for M68332

2,016件の閲覧回数
idlebrain
Contributor I
Hi,
I need 64 bit signed integer math routines for M68332, manily I am looking for mod operator in assebly. I tried with ashware gcc to generate the assebly listing, But this generated a library function "moddi3". I could not get source code for 683XX port for this function.
 
If any one is having idea / sample code / algorithm please help me.
 
 
Thanks a million.
idlebrain
ラベル(1)
0 件の賞賛
返信
1 返信

809件の閲覧回数
ChrisJohns
Contributor I
Hello,

The code for that function comes from this file in GCC:

http://gcc.gnu.org/viewcvs/trunk/gcc/libgcc2.c?revision=136534&view=markup

It is a little complex so I hope it helps.

Regards
Chris
0 件の賞賛
返信