Creating img folder
This commit is contained in:
parent
e57fbd60b8
commit
7873308e7b
|
|
@ -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]]
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
Loading…
Reference in New Issue