Files
spider-runtime/src/spider/runtime/instr/Instr_00-1F.cpp

10 lines
117 B
C++

#include <spider/runtime/cpu/CPU.hpp>
namespace spider {
void CPU::NOP() {
// No Operation //
}
}