Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/08/16 21:12
Read: times


 
#190621 - A utility for the free Emulator 8051 V1.0
Those who use (or tried) the free simulator, named "Emulator 8051 V1.0", know one serious weakness in it.

It is based on the listing file generated by the free professional assembler "ASEM-51". But when opened/invoked, it focuses on the "Disassembled Code" only to set the user's breakpoint addresses and to track/monitor the running codes during simulation.

Fortunately, it has also a window for the "Listing Source". But this window is usually empty. And its weakness is that even if the ASEM-15 listing file is loaded on it, it has, practically speaking, no role during simulation.

Lately, I tried the free IDE, "MIDE-51 Studio", which includes the assembler "ASEM-51" and the simulator "Emulator 8051 V1.0".

My 8051/8052 projects are each built from one assembly source only; besides a few include files.

So I wrote a small C program (its exe runs on DOS, compiled by using my very old BorlandC 3.1 package) to adjust the ASEM-51 listing file (*.lst). If the new adjusted file is opened/loaded on the "Listing Source" window (of the simulator), the simulated lines of the original assembly source code could then be seen/tracked with their corresponding codes on the "Disassembled Code" window during simulation. And the breakpoint addresses could be read/set automatically also on the "Listing Source" window.

I wonder if my work could be useful to some members here because it will be my pleasure sharing it with them.


List of 4 messages in thread
TopicAuthorDate
A utility for the free Emulator 8051 V1.0            01/01/70 00:00      
   Well, what I've found non-useful ...             01/01/70 00:00      
      Thank you for your remark...            01/01/70 00:00      
      Yes, it has a limit; just 2 Kbyte...            01/01/70 00:00      

Back to Subject List