Skip to content

devanshshukla99/8051-Simulator

Repository files navigation

8051 Simulator

build License

A project for python based 8051 microprocessor simulator

Deployed at 8051 Simulator

Webapp interface


Usable opcodes

The following opcodes are usable presently:

  • ADD
  • ANL
  • CJNE
  • CLR
  • CPL
  • DA
  • DEC
  • DJNZ
  • INC
  • JC
  • JNC
  • JNZ
  • JZ
  • MOV
  • ORG
  • ORL
  • POP
  • PUSH
  • RL
  • RR
  • SETB
  • SUBB
  • SJMP
  • AJMP
  • LJMP
  • JMP
  • JBC