Fixed bugs. 8 bit prime Sieve demo.

This commit is contained in:
Anachronaut
2024-11-01 20:53:48 -04:00
committed by GitHub
parent 30eebbd9df
commit 2a691ba199
5 changed files with 89 additions and 15 deletions
-1
View File
@@ -68,7 +68,6 @@ Instruction instruction_set[] = {
// Input Operations:
{0xE0, "INA"},
{0xE1, "INB"},
{0xE2, "IND"},
// Special Operations:
{0xF0, "NOP"},
{0xFF, "HALT"}