Ubuntu 11.04下的PIC Micro汇编器

发布于 2024-12-01 05:49:29 字数 146 浏览 7 评论 0原文

Ubuntu下是否有可靠的PIC微控制器汇编程序(最好是C语言)?我对 PIC 非常熟悉,并且对 Linux 也很熟悉。我曾经在我的 Windows 机器上使用汇编器(HyTech 或类似的东西)并使用 ICProg 下载。我不担心下载部分,但我似乎找不到汇编器。有什么想法吗?

Is there a reliable assembler for PIC micro-controllers (preferably from C) under Ubuntu? I am very familiar with PICs and getting pretty handy with Linux. I used to use an assembler (HyTech or something like that) on my windows box and download using ICProg. I'm not worried about the downloading part, but I can't seem to find an assembler. Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

末蓝 2024-12-08 05:49:29

发现了 SDCC,它提供了各种 PIC 芯片的包含文件。看起来效果还不错。

discovered SDCC, which has a supply of include files for various PIC chips. Seems to work fairly well.

時窥 2024-12-08 05:49:29

我过去曾尝试使用 SDCC,但发现它有缺陷且有问题。相反,我一直通过 Linux 中的 Wine 模拟器使用 Windows 工具。我可以通过模拟器运行 mplab 及其汇编器以及 sourceboost 编译器。它工作得很好,可以从命令行和 Makefile 中使用。

I have attempted to use SDCC in the past but found it lacking and buggy. Instead I have been using the Windows tools through the Wine emulator in Linux. I can run mplab and its assembler as well as the sourceboost compiler through the emulator. It works well enough and can be used from the command line and Makefiles.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文