Skip to content

Commit

Permalink
Added usable opcodes to README (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
devanshshukla99 committed Feb 23, 2024
1 parent 13ab533 commit fc37166
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,41 @@ Deployed at `8051 Simulator <https://sim8051.pythonanywhere.com/>`_
.. image:: _static/interface.png
:alt: 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

.. |build| image:: https://github.com/devanshshukla99/8051-Simulator/actions/workflows/build.yml/badge.svg
:target: https://github.com/devanshshukla99/8051-Simulator/actions/workflows/build.yml
:alt: build
Expand Down

0 comments on commit fc37166

Please sign in to comment.