add instr, manifest, dev_variant
This commit is contained in:
13
inc/instr_map.h
Normal file
13
inc/instr_map.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef __INSTR_MAP_H__
|
||||
#define __INSTR_MAP_H__
|
||||
#include "instr.h"
|
||||
#include "mem.h"
|
||||
#include <stdio.h>
|
||||
#include "addrs.h"
|
||||
|
||||
uint8_t _nop (prog_counter_t* pcounter, device_mem_t* devMem);
|
||||
|
||||
#define HANDLER_REGISTERS {\
|
||||
{&_nop, 0b0000000000000000, 0b1111111111111111, 2}}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user