Hello,
Does anyone know if there's a utility (Amiga or Linux) that allows you to extract the source code from a *.AMOS file? I've been searching around but I've not been able to find anything. I've tried Aminet, AMOS PD and good ol' Google.
I'm working on a VM that allows you to run Basic code on various machines including consoles, and I'm testing it with some AMOS code.
I have tried using the specification for the AMOS file format given over at Amiga Coding to write my own parser, but there are lots of undocumented bits of files I don't know what to do with.
At the moment I'm using AMOS Pro under emulation on Linux, loading each program, selecting all text and saving as ASCII. Then going to direct mode and saving any memory banks from there.
Does anyone have a better (quicker or more automated) way of doing this?