Skip to content

Commit d53a4ed

Browse files
authored
RISC-V Computer 2.0 is now Veecom!
1 parent abfb79a commit d53a4ed

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Veecom is a 32-bit computer system that combines the simplicity of 8-bit home co
2121
<img src="screenshots/veecom.svg", alt="veecom">
2222
</figure>
2323

24+
<br/>
25+
2426
Architecture & Organization <a name="arch_orgi"></a>
2527
---
2628

@@ -31,6 +33,8 @@ The DMA Controller in Veecom is simpler in design and more compact, supporting u
3133
<img src="screenshots/arch_orgi.svg", alt="arch_orgi">
3234
</figure>
3335

36+
<br/>
37+
3438
RISC-V CPU <a name="cpu"></a>
3539
---
3640

@@ -56,6 +60,8 @@ Veecom's CPUs are based on the RV32IM variant of the RISC-V ISA, implementing th
5660
<img src="screenshots/cpu_pipeline.svg", alt="cpu_5pl">
5761
</figure>
5862

63+
<br/>
64+
5965
Versatile Interface Adapter (VIA) <a name="via"></a>
6066
---
6167

@@ -89,6 +95,7 @@ This 8-bit register controls the operation of the timer, the following figure li
8995
<figure align="center">
9096
<img src="screenshots/timer_ctrl.svg", alt="via">
9197
</figure>
98+
9299
<br/>
93100

94101
Direct Memory Access Controller (DMAC) <a name="dmac"></a>
@@ -104,6 +111,8 @@ The DMA Controller is designed for fast and efficient `memory-to-IO` data transf
104111
<img src="screenshots/dmac.svg", alt="dmac">
105112
</figure>
106113

114+
<br/>
115+
107116
uBASIC <a name="ubasic"></a>
108117
---
109118

@@ -135,17 +144,22 @@ Veecom uBASIC added support for multiple new commands, these include `RUN`, `LIS
135144

136145
For more details, please visit [Veecom uBASIC](https://github.com/MazinCE/Veecom-uBasic) repository.
137146

147+
<br/>
148+
138149
### Games <a name="games"></a>
139150

151+
#### Lunar Lander (Apple 1 Version 1976)
152+
140153
<figure align="center">
141154
<img src="screenshots/lunar_lander.png", alt="lander">
142-
<figcaption> Lunar Lander (Apple 1 Version 1976) </figcaption>
143155
</figure>
144156
<br />
157+
158+
#### Hangman
145159
<figure align="center">
146160
<img src="screenshots/hangman.png", alt="hangman">
147-
<figcaption> Hangman </figcaption>
148161
</figure>
162+
149163
<br/>
150164

151165
Memory Map <a name="mmap"></a>

0 commit comments

Comments
 (0)