Defined mem_start

This commit is contained in:
Abdelrahman Said 2023-04-15 23:11:10 -07:00
parent e9d7a608f0
commit 60538301d5

View File

@ -49,6 +49,7 @@ int main(int argc, char *argv[]) {
instruction_table table;
Sim86_Get8086InstructionTable(&table);
u32 mem_start = size + 1;
u32 offset = 0;
bool accessed_registers[REGISTER_COUNT] = {false};