Reorganize all this shit
This commit is contained in:
6
emulator/elf.h
Normal file
6
emulator/elf.h
Normal file
@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
bool load_elf(const char* file, char* mem, uint32_t mem_size, uint32_t* start_address);
|
Reference in New Issue
Block a user