Update README.md

This commit is contained in:
Vinicius Silva 2024-02-20 20:06:53 -03:00 committed by GitHub
parent 7873308e7b
commit 65432d2a55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
![[./img/chip8_banner.png]] ![Alt ou título da imagem](./img/chip8_banner.png)
# What is CHIP8 # What is CHIP8
The Chip-8 is an interpreted programming language originally designed to develop simple games on 1970s computers. Created by Joseph Weisbecker, Chip-8 employs a virtual architecture to simplify game and application programming, implementing a set of basic instructions interpreted by a specific emulator. The Chip-8 is an interpreted programming language originally designed to develop simple games on 1970s computers. Created by Joseph Weisbecker, Chip-8 employs a virtual architecture to simplify game and application programming, implementing a set of basic instructions interpreted by a specific emulator.
@ -20,5 +20,4 @@ v run . ./roms/[YOUR_ROM].ch8
# Result # Result
![Alt ou título da imagem](./img/ibm.png)![Alt ou título da imagem](./img/chip8.png)
![[./img/ibm.png]]![[./img/chip8.png]]