Little Computer is an ISA, not a CPU
All checks were successful
Build and Publish / build (push) Successful in 49s

This commit is contained in:
2025-01-22 15:36:12 +01:00
parent b634de8b1b
commit 0c749eff41
3 changed files with 17 additions and 16 deletions

View File

@ -11,17 +11,17 @@ layout = "hextra-home"
<div class="hx-mt-6 hx-mb-6">
{{< hextra/hero-headline >}}
A complete toolset for the LC-2, <br>
LC-3 and LC-3b processors
LC-3 and LC-3b ISAs
{{< /hextra/hero-headline >}}
</div>
<div class="hx-mb-12">
{{< hextra/hero-subtitle >}}
A free and open-source emulator, assembler and compiler suite <br>
for the *Little Computer* series of CPU
for the *Little Computer* series of ISAs
{{< /hextra/hero-subtitle >}}
</div>
<div class="hx-mb-6">
{{< hextra/hero-button text="Read the CPU docs" link="docs/introduction" >}}
{{< hextra/hero-button text="Read the ISA docs" link="docs/introduction" >}}
</div>