Reorganize all this shit

This commit is contained in:
2024-05-12 11:24:16 +02:00
parent b9dd016064
commit 40b4d52e90
8 changed files with 864 additions and 812 deletions

6
emulator/elf.h Normal file
View 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);