The file format changed in v13, so, it would take some modifying in a text editor to get a v13 or later model to open in v12...if it will work at all.
In v12, things were something like this:
QUOTE
[SEGMENT]
[ENDSEGMENT]
In v13, it changed to something like this:
QUOTE
<SEGMENT>
</SEGMENT>
The change made the A:M file format more compatible with XML. Of course, there are a lot of other changes, so it might not be as simple as changing brackets and end names.
Hope that helps.