64 bit signed integer math routines for M68332

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

64 bit signed integer math routines for M68332

2,018 次查看
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 回复

811 次查看
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 项奖励
回复