Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AI-fergan authored Apr 15, 2024
1 parent d141629 commit 5212931
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# Assembly-Interpreter
### Version 1.0.0
This project is an assembly language interpreter in a 64-bit version,
The interpreter is very friendly and suitable for beginners who want to feel assembly language and understand the meaning of registers and the work of the processor.

# Commands
### Available commands:
- help - print the commands
- inst \ instructions - print all the available instructions
- mem - print the registers values and names
- exit - exit from the Interpreter

# Instructions
### Available Instructions:
```
MOV, ADD, SUB, MUL, DIV, INC
DEC, OR, AND, XOR, NOT, NOP
SHL, SHR, ROL, ROR
```

# Registers
### Available Registers:
```
EAX, EBX, ECX, EDX
```

0 comments on commit 5212931

Please sign in to comment.