Re: A86: sorry again: sc2k
[Prev][Next][Index][Thread]
Re: A86: sorry again: sc2k
>> ... Aurora may or may not use program write back (I don't know).
>> You can use ASE because it doesn't do program writeback. I think shells
>> like Iridus and Rascall will work too (but not too sure about Rascall)
...
>
>A good idea for a new shell or a new version might be a flag. If the
>program sets it before it finishes, it gets written back. If it does not,
>it does not. Or maybe vice-versa. Dunno. Just a thought. The truth
>is, the way the shells that don't do writeback are made, it would take
>a lot of rewriting and another 500 bytes or so of mem to add write-
>back. Feel free to ruminate.
Not 500 bytes. It would just call _FINDSYM and use some ABSolute addressing
block moves to copy from _asm_exec_ram to the correct program's absoulute
address
Follow-Ups: