??? 02/20/04 22:16 Read: times |
#65223 - RE: Help on Virtual Machine... Responding to: ???'s previous message |
Hi!
Actually i am not simulating any existing machine. What i wanted is to save code space in MCU as i have to make some project by using some specific MCU. As i worked out the critical part i found out that i got 600bytes left in code space and nearly 10 bytes remain in IRAM and i have to work out a long menu etc in that space. As you know that menu handling is one of the slowest process in the system so i wondered that if i can only increase (or use unused part of) the serial EEPROM connected to my project and complete rest of the project. Also as i know about virtual Machine simulation i like the concept. I like to explore it more by making set of virtual instructions which take least space and do more work then what we can do in limited code spaces of tiny MCUs. Thankyou! |