8-bit Assembler Simulator
一个用于教育目的的单页应用,模拟8位CPU,具有4个通用寄存器、256字节RAM、子程序、中断功能,支持键盘输入和多种输出设备,提供断点和逐步执行功能。
• Copy the embed code to showcase this product on your website
• Share on X to spread the word about this amazing tool
用于教育目的的单页应用 (SPA)指令集与 Microprocessor Simulator for Students 相同,是基于 8086 的一个小子集源码: https://github.com/exuanbo/assembler-simulatorApp: https://exuanbo.xyz/assembler-simulator/## 功能- 8-bit CPU with 4 general purpose registers- 256 bytes of RAM- Procedures / Subroutines- Software and hardware interrupts- Input from keyboard- Output devices: - Memory mapped Visual Display Unit - Traffic lights - Seven-segment display - (More to come)- Breakpoints and step-by-step execution- Editor with syntax highlighting