Re: A86:shell writeback


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

Re: A86:shell writeback





	When you run the program from the homescreen ASM(, the OS recognizes it's the same program and just starts executing, it doesn't reload the program into memory.  When you are using the shell, your program get's loaded each time.  Hence, the first time you are "tricked" into thinking that it was actually written back.  You need to write code that actually write's back.  I can't post it off hand but I hope that helps.

Trent Lillehaugen