需要带有“c”的 8051 模拟器编译器?

发布于 2024-11-09 01:59:07 字数 48 浏览 4 评论 0原文

有没有带有“c”编译器的8051模拟器,以便我可以编译我们的c代码并能够查看结果?

Is there any simulator of 8051 which comes with 'c' compiler so that i can compile our c code and able to view the result ?

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

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

发布评论

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

评论(3

浮生面具三千个 2024-11-16 01:59:07

sdcc 是 8051 常用的 C 编译器,通过谷歌搜索 8051 模拟器可以找到多种模拟器工具。

sdcc is a commonly used C compiler for the 8051 and googling 8051 simulator results in several simulator tools.

雪化雨蝶 2024-11-16 01:59:07

对于一个好的 C 编译器,请使用 Keil C51。它是一个优秀的编译器,有巨大的设备数据库可供选择!

您可以使用keil生成Hex文件(Intel hex文件格式)。然后,您可以将十六进制文件加载到 Edsim 中来模拟您的设计并查看输出!

For a good c compiler use Keil C51. It is an excellent compiler which a huge device database to select from!

You can use keil to generate a Hex file (in the Intel hex file format). You can then load the hex file into Edsim to simulate your design and see the output!

最单纯的乌龟 2024-11-16 01:59:07

最好的编译器+模拟器之一是keil C51。只需下载它使用试用版就足够初学者编程了。它既支持汇编语言也支持嵌入式C。
所以这对你来说是最好的。它再次具有调试器,用于在机器级别检查你的代码。

另一个模拟器可供您使用ISIS professional,这是我迄今为止使用过的所有模拟器中最好的。它提供电路模拟器,其中有很多外围库,可以轻松设计电路。并且您可以加载代码到此查看您的电路与代码的实时行为。只需 google 它即可找到有关 ISIS professional 的更多信息。同样,免费版本足以启动嵌入式 C。它还支持虚拟设备,例如 volt仪表、示波器、信号发生器...

所以我认为这最适合开始嵌入式研究。但是使用 keil 调试器可以更好地了解代码在机器级别的行为。

one of the best complier+simulator is keil C51.Just download it use trial version that is sufficient for beginner programming .It support both assembly language as well as embedded C.
So it is best for you .Again it having debugger which is used for checking your code in machine level.

Another simulator is there for you ISIS professional which is best among all the simulator I used till date.It provide circuit simulator which having a lot of peripheral library for easy design of circuit.And you can load your code to this for see the real time behavior of your circuit with your code .Just google it to find out more about ISIS professional.Again free version is sufficient for starting Embedded C.It also support virtual devices like volt meter,oscilloscope,signal generator....

So I think this is best for starting embedded study.But use keil debugger for better knowing behavior of your code in machine level.

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