Skip to content

Commit

Permalink
Add a TOC
Browse files Browse the repository at this point in the history
  • Loading branch information
gthvn1 committed Nov 4, 2024
1 parent 5d7d0c9 commit c970f82
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

A simple emumator. We will create our own ISA with few instructions and emulate them.

## Table of contents
- [ISA](#isa)
- [Structure of instruction](#basic-structure-of-an-8-byte-instruction)
- [Instruction Set](#instruction-set)
- [Encoding Scheme](#encoding-scheme)
- [Code example](#code-example)
- [Binary translation](#binary-translation)
- [How to run simulator](#how-to-run-simulator)

---

## ISA

We will start by creating a simple, fixed-size instruction set architecture (ISA). It
Expand Down Expand Up @@ -137,3 +148,6 @@ by one or more spaces or tabs.
Binary: 00000101 00000001 00000010 00000011 00000000_00000000_00000000_00000000
```
## How to run simulator?
- `cargo run`

0 comments on commit c970f82

Please sign in to comment.