这些小活动你都参加了吗?快来围观一下吧!>>
电子产品世界» 论坛首页» 综合技术» 基础知识» IAR,LONG,BCD IAR有LONG型的BCD加法的函数么?

共2条 1/1 1 跳转至

IAR,LONG,BCD IAR有LONG型的BCD加法的函数么?

院士
2006-09-17 18:14:16 打赏
IAR,LONG,BCD IAR有LONG型的BCD加法的函数么?



关键词: 型的 加法 函数

院士
2006-12-22 22:43:00 打赏
2楼
问 就是两个 BCD数相加结果还是一个 BCD 1: __bcd_add_long 2: 能否写清楚点
谢先 3: intrinsic functions:
__bcd_add_long
unsigned long __bcd_add_long(unsigned long, unsigned long);

Function:
Returns the result of an addition of two 32-bit BCD-coded (binary-coded decimal)
numbers.
这可以在 IAR的帮助文件"C编译器参考手册"中找到. 4: 非常感谢

共2条 1/1 1 跳转至

回复

匿名不能发帖!请先 [ 登陆 注册]