Skip to content

Commit

Permalink
📝 DOCS: Improve docs
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Dillenburg <luca.assumpcao.dillenburg@gmail.com>
  • Loading branch information
LucaDillenburg committed Jan 19, 2022
1 parent 2838f1a commit 6fc7e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ For an actual computer to work, you also need input devices such as keyboard and

# 🔢 Machine Code

Let's take a close look at the instructions available. A machine code command takes 16 bits in which first 4 bits represent the instruction and the following 12 bits are the parameter. For example, in the command ```0x1202```, the instruction is ```0x1``` and the parameter is ```0x202```.
Let's take a close look at the instructions available. A machine code command takes 16 bits in which first 4 bits represent the instruction and the following 12 bits are the parameter address. For example, in the command ```0x1202```, the instruction is ```0x1``` and the parameter address is ```0x202```.

## Instructions Table
Let's look at all of the instructions at our disposal.
Expand Down

0 comments on commit 6fc7e8a

Please sign in to comment.