Skip to content

Commit

Permalink
chore: NOP
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed Oct 28, 2024
1 parent 46f788f commit 96a54a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Got helped alot from [An Introduction to Chip-8 Emulation using the Rust Program

| Opcode | Mnemonic | Description |
| ------ | ----------------- | ------------------------------------------------------------------- |
| 0000 | **NOP** | Nothing |
| 00E0 | **CLS** | Clear the display |
| 00EE | **RET** | Return from a subroutine |
| 1NNN | **JP NNN** | Jump to address `NNN` |
Expand Down

0 comments on commit 96a54a4

Please sign in to comment.