我为PIC16写了相对简单的8位素材,我真的不需要链接。最重要的是,链接器周期性地开始困扰我,使我无法在某个空间或某个空间中安装某个部分,这是我知道应该执行的代码。因此,如何跳过链接步骤和使用JUI?圣玛莎?或者可能是PIC
tiT3调试器需要链接?即使是这样,知道怎么做也很好,即使是对这个部分的纯编程。而且,我注意到,即使我使用了针对IXH8M的选项,MPASMX也吐出了看起来是二进制的代码。十六进制格式不应该是ASCII吗?
以上来自于百度翻译
以下为原文
I write relatively simple 8-bit stuff for PIC16 and I don't really see the need for linking.
Above all, linker periodically starts bugging me about not being able to fit some section in some space or other, in code that I know should work.
So, how would one go about skipping linking step and using just mpasmx ?
Or perhaps Pickit3 debugger requires linking ?
Even if so, it would be nice to know how to do it, even if for pure programming of the part.
Also, I've noticed that mpasmx spits out code that looks binary even if I use option for INHX8M etc.
What's the deal ? Shouldn't HEX format be ASCII ?
0