hakka
hakka copied to clipboard
Training-1: Add constants for important memory locations
training-1
currently has a lot of this:
vm.cpu.memory[0x02] = 0x90;
vm.cpu.memory[0x03] = 0x01;
It would be great if these memory locations could be made into constants in the Rust code so that the intent of the code is much clearer.