8 lines
No EOL
154 B
C
8 lines
No EOL
154 B
C
#ifndef PROGRAM_LOADER_H
|
|
#define PROGRAM_LOADER_H
|
|
|
|
#include "address_space.h"
|
|
|
|
int load_to_rom(const char filename[], AddressSpace *addressSpace);
|
|
|
|
#endif |