完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
大家好,我正在玩编译消息的微调。我的代码是:问题是:是否有可能向“MESSG”文本添加任何变量????谢谢你
以上来自于百度翻译 以下为原文 Hello All, I'm playing with finetune of compilaion messages. My code is: cblock RAMINI0 var1 var2 ... Block0End:0 endc if (Block0End > 0x6F) ERROR "Size of RAM block 0 exceeded" endif messg "Block 0 end is: " Block0End The question is: Is it possible to add any variable to "MESSG" text ??? Thank you |
|
相关推荐
6个回答
|
|
|
|
|
|
这意味着,我可以把一些变量放在这里吗?你能给我举个例子吗?谢谢你
以上来自于百度翻译 以下为原文 Does it mean, that I can put here some variable? Can you give me example? Thank you |
|
|
|
试试这个:它会给你十进制值。如果你想用十六进制搜索这个论坛,请使用宏。
以上来自于百度翻译 以下为原文 Try this: messg Block 0 end is: #v(Block0End) which will give you a decimal value. Use a macro if you want it in hex -- search this forum. |
|
|
|
解释HTTP://www. MICROCHEM.COM/.RUM/M317423 .ASPX·317423
以上来自于百度翻译 以下为原文 Explained http://www.microchip.com/.rums/m317423.aspx#317423 |
|
|
|
关于该链接中的宏:Post#2中的宏有一个超出范围的bug。Post#3中的宏有一个“x未定义”汇编器错误。Post#5中的宏可以工作,但是在0x和十六进制值(即0x 23)之间有一个空间。
以上来自于百度翻译 以下为原文 Regarding the macros in that link:
Anyway, try this for hex value: #define hex0 0 #define hex1 1 #define hex2 2 #define hex3 3 #define hex4 4 #define hex5 5 #define hex6 6 #define hex7 7 #define hex8 8 #define hex9 9 #define hex10 A #define hex11 B #define hex12 C #define hex13 D #define hex14 E #define hex15 F #define str(k) k #define tohex(k) hex#v((k)&0xF) #define dec2hex2(k) str(0x)tohex((k)>>4)tohex(k) messg Block 0 end is dec2hex2(Block0End) |
|
|
|
|
|
|
|
只有小组成员才能发言,加入小组>>
5158 浏览 9 评论
1997 浏览 8 评论
1926 浏览 10 评论
请问是否能把一个ADC值转换成两个字节用来设置PWM占空比?
3169 浏览 3 评论
请问电源和晶体值之间有什么关系吗?PIC在正常条件下运行4MHz需要多少电压?
2222 浏览 5 评论
724浏览 1评论
607浏览 1评论
有偿咨询,关于MPLAB X IPE烧录PIC32MX所遇到的问题
495浏览 1评论
PIC Kit3出现目标设备ID(00000000)与预期的设备ID(02c20000)不匹配。是什么原因
621浏览 0评论
520浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-19 16:42 , Processed in 1.471680 second(s), Total 88, Slave 71 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号