So I've been trying to make a program that requires a lot of storage, so I create some modules each with 16 ROM chips. I then intend to access items at the different addresses. When testing within each module it works fine, but after testing it in a chip with multiple modules, it works fine until the address I try to access is higher than or equal to 198; then the simulation freezes. I am able to interact with everything, but nothing updates despite the preferences page displaying it is still doing 1000 steps a second. Switching to another chip with nothing in it doesn't fix the problem. The problem only resolves when I exit to the main menu as if the simulation was in an infinite loop. I didn't notice my computer lagging or anything so I was wondering if anyone had any suggestions on getting around it.