Initial commit
This commit is contained in:
@@ -4,10 +4,6 @@
|
||||
#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}}
|
||||
#include "generated.h"
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user