A86: Memory Reset


[Prev][Next][Index][Thread]

A86: Memory Reset



It seems to me that to create a program which restores the memory would
be very easy.  The program would only have to do three things:  1)  copy

a short asm program to the graph memory  2)  copy the size of the VAT
somewhere to the RAM  3)  create a pointer to the graph memory in the
custom menu (the 6th place would be good).
You would run the program; reset mem; go to the custom menu and restore
mem.  The asm program in the graph memory would just have to replace the

size of the VAT (or anything else it needs to replace) with its size
before the memory was reset.

This should work because if only the memory is reset, the VAT is left
intact (the pointers are altered) and so is the custom menu.