Delete Source/assembly.h

This commit is contained in:
Anachronaut
2024-10-26 15:32:11 -04:00
committed by GitHub
parent 671f283dd2
commit 0df6271f8b
-13
View File
@@ -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 <stdint.h>
#ifndef ASSEMBLY_H
#define ASSEMBLY_H
const char* getMnemonic(uint8_t opcode);
#endif // CPU_H