I see. As I said, no RAM or ROM to be found in Microcap, so your only bet would be to implement static memory, for instance using flip-flop primitives. You'll need to know how to design subcircuits, how to use digital primitives... and then, flip-flops can get an initial value, but managing to initialize your custom memory subcircuits from a file, yeah... maybe using "file stimulus" to preload your memory cells during the initial phase of the simulation?
Now maybe someone more expert with Microcap has a better idea.