Skip to content
Permalink
e4321b034e
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
43 lines (41 sloc) 1.08 KB
<!DOCTYPE html>
<html lang="en">
<head>
<title>Comparison of three computers</title>
<meta charset="utf-8">
</head>
<body>
<p>A comparison of technical data of three popular 80's home computers:</p>
<table>
<caption>Technical comparison</caption>
<thead>
<tr>
<th>Property</th>
<th>Commodore 64</th>
<th>ZX Spectrum</th>
<th>Commodore VIC-20</th>
</tr>
</thead>
<tbody>
<tr>
<th>CPU</th>
<td>MOS Technology 6510</td>
<td>Zilog Z80</td>
<td>MOS Technology 6502</td>
</tr>
<tr>
<th>RAM</th>
<td>64 kilobytes</td>
<td>16 or 64 kilobytes</td>
<td>5 kilobytes</td>
</tr>
<tr>
<th>ROM</th>
<td>20 kilobytes</td>
<td>16 kilobytes</td>
<td>16 kilobytes</td>
</tr>
</tbody>
</table>
</body>
</html>