Added all instructions as empty instructions. Compiles on WIN + MSYS2, UCRT64
This commit is contained in:
14
src/spider/runtime/instr/Instr_0E0-0FF.cpp
Normal file
14
src/spider/runtime/instr/Instr_0E0-0FF.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @brief AUTO-GENERATED by pygen.ipynb BUT editable by hand!
|
||||
*
|
||||
*/
|
||||
|
||||
#include <spider/runtime/cpu/CPU.hpp>
|
||||
|
||||
namespace spider {
|
||||
|
||||
void CPU::UPY() {
|
||||
// TODO: Implement UPY
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user