diff --git a/Source/assembly.h b/Source/assembly.h deleted file mode 100644 index fc152e2..0000000 --- a/Source/assembly.h +++ /dev/null @@ -1,13 +0,0 @@ -// assembly.c -// These are functions useful for translating assembly mnemonics to hex and vice-versa for the SplitBit CPU. -// Written by Anachronaut -// 10/18/2024 - -#include - -#ifndef ASSEMBLY_H -#define ASSEMBLY_H - -const char* getMnemonic(uint8_t opcode); - -#endif // CPU_H