girisakar365/8085-Microprocessor ? reverse-engineered prompt
Reverse engineered prompt
Build me an 8085 microprocessor simulator that lets me write assembly code, assemble it, and run it step by step in a clean interface.
I want to be able to see the full processor state while the program runs, including registers, memory, flags, and I O ports, so it feels like a real learning tool for 8085. Please make it easy to paste in code, edit it, run it, and inspect what each instruction does. A simple web app is fine, but if it can also work as a desktop app through Tauri, that would be great.
Use the existing project setup if possible, and make sure it runs smoothly for development and builds properly. If you need to check anything about 8085 instructions or behavior, look up the current docs online and follow standard 8085 rules.
Are you gonna build this?
make sure you review the code using coderabbit