Delete Source/assembly.h
This commit is contained in:
@@ -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
|
|
||||||
Reference in New Issue
Block a user