Initial commit
Added base code, can run ELF files and simulate RV32I instructions
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef MEMORY_H
|
||||
#define MEMORY_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
extern uint8_t* memory;
|
||||
|
||||
void mem_init();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user