1 2 3 4 5 6 7 | #ifndef ULMAS1_TODO_H
#define ULMAS1_TODO_H
// should be generated from instruction set
#define TODO_NOP_INSTR 0xFF000000
#endif // ULMAS1_TODO_H
|
1 2 3 4 5 6 7 | #ifndef ULMAS1_TODO_H
#define ULMAS1_TODO_H
// should be generated from instruction set
#define TODO_NOP_INSTR 0xFF000000
#endif // ULMAS1_TODO_H
|