void free_memory(memory mem)
This procedure free the memory pointer.
void reset_memory(memory mem)
This procedure set the entire memory to 0.
memory init_memory()
This function allocate on the heap a memory of exactly TOTAL_MEMORY_SIZE.
void memory_mirroring(memory mem)
This procedure make the memory mirroring.
byte data
Definition of the data format used by the CPU.