From: Thorsten O. <ad...@th...> - 2025-01-14 18:54:31
|
On Dienstag, 14. Januar 2025 19:02:51 CET Vincent Rivière wrote: > If your Line-A decompilation support is just as script, LineF currently, not LineA ;) Most of the work is done in the script, but it can only work with the modified processor description (basically, that patch just disables the FPU & MMU instructions so that the LineF opcodes are not accidently trying to also decode the effective address), and defines 2 new pseudo-opcodes for the calling and return variants. > Anyway, it's too early for that. Yes, a bit. I'm also not sure whether is worth do put much effort into such an extension (unless someone wants to contribute and has trouble applying the patch). That whole thing is only real useful for TOS 1.00 for now, and not useful for any other atari project. |