Creating img folder

This commit is contained in:
Vinicius Silva 2024-02-20 20:01:55 -03:00
parent e57fbd60b8
commit 7873308e7b
4 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
![[chip8_banner.png]] ![[./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.
@ -21,4 +21,4 @@ v run . ./roms/[YOUR_ROM].ch8
# Result # Result
![[ibm.png]]![[chip8.png]] ![[./img/ibm.png]]![[./img/chip8.png]]

View File

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB