The 8051 Editor, Assembler, and Simulator is a DOS based program which allows you to edit, assemble and simulate 8051 code.
Integrated Development Environment
The 8051 Integrated Development Environment (IDE) combines a text editor, assembler, and software simulator into a single program. All components needed to develop 8051 programs are available and controllable from this single IDE.
Enter and modify the program source code from within the built in editor. Then assemble the source code by selecting the Assemble command. If any errors are located the appropriate source module is automatically loaded and the cursor is placed on the line containing the error. Fix the error and move to the next error (if any) by pressing the F8 function key. Once all errors have been fixed reassemble the code.
After successfully assembling the source code use the simulator to step through your program. You can watch registers, flags, ports and memory locations change as your program progresses. You will see the flow of your program and be able to verify that it operates as intended. If it does not then return to the editor, reassemble and back to the simulator.
8051 Editor / Assembler / Simulator Trial Software. The trial version is fully functional with the following exceptions:
ZIP format (153k): 8051V111.ZIP
Last updated: January 9, 1999
Send e-mail to info@acebus.com