spo/simulator_SIC_XE/include/mnemonic.h
2025-12-10 09:26:34 +01:00

16 lines
No EOL
159 B
C++

#ifndef MNEMONIC_H
#define MNEMONIC_H
#include <string>
using std::string;
class Mnemonic {
public:
string toString() const;
};
#endif // MNEMONIC_H