diff --git a/src/Instructions.tsx b/src/Instructions.tsx index d2870f8..57abff7 100644 --- a/src/Instructions.tsx +++ b/src/Instructions.tsx @@ -6,7 +6,15 @@ export interface Instruction { searchtags: string } +// first element should be the NOOP instruction const instructions: Instruction[] = [ + { + symbol: " ", + name: "NOOP", + ascii: " ", + description: "do nothing and move program counter further", + searchtags: "nothing blank empty noop" + }, { symbol: "0️⃣", name: "0",