Skip to content

Commit 983f826

Browse files
committed
docs: add skeletons
1 parent f373d54 commit 983f826

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

src/core/README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
# WIP
1+
# Core
2+
3+
## Assembler
4+
5+
## Memory
6+
7+
## CPU
8+
9+
## Bus

src/core/assembler/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Assembler

src/core/bus/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Bus

src/core/cpu/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# CPU

src/core/memory/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Memory

0 commit comments

Comments
 (0)