I have an 8086 assembly code for which I want to design a circuitry in Proteus IsIs. My problem is that I don't know what source code files I can add to Proteus and I didn't find anything of help when I searched. I know there is an "add/remove source files" part in there, but what source files and in which language I am expected to add, I do not know. Can anybody please help me?

Thank you very much

有帮助吗?

解决方案

I am supposing that you are using keil , so you need to create a HEX file to dump in the 8051 microcontroller .

  1. Creating a HEX file : if you have made a project see in that folder if there is a HEX file (after compling ur code) or not , if there is no HEX file , then go to flash -> configure flash tools -> output -> check the create HEX file , and recompile it you will get the hex file in the same folder

  2. Now open proteus and make the design which will include the required microcontroller and the double click on the microcontoller and then include that hex file which was created . This way you can simulate your design .

其他提示

First you have to create a exe file using an assembler and put that file inthe proteus project folder. Once you have that click on the 8086 in proteus and you will see a box where you can specify the the exe file. See this tutorial on 8086 with proteus ISIS

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top