AgonConsole8 / agon-mos

Official AGON QUARK Firmware for Console8: eZ80 MOS
MIT License
25 stars 10 forks source link

Wipe memory on boot (to 0xff), add rst 038h handler (to guard execution of uninitialized memory) #59

Open tomm opened 5 months ago

sijnstra commented 5 days ago

I'm curious about the issue that this solves. I really like being able to dump/inspect memory after boot/crash, and I haven't seen any ill-effect of ram being accidentally executed. Would it make sense to have this as a moslet and execute it if desired? I do agree the RST38H default handler should be well behaved.