Please enable JavaScript to view this site.

A-Shell Development History

1518.1

Bug fix, AG_IMAGE: IMGOP_LOADDISP arguments were not getting parsed correctly when relayed to the PC. Introduced in 1512.1.

1518.0.3

Memory enhancement: Move the string expression stack out of the main partition into a separate module which now auto-expands as needed. This should eliminate the most common and yet most unpredictable cause of out-of-memory (or stack-overflow) errors, which are related to operations on strings whose size is not obvious or easily predictable.

The main partition (specified by the first and/or second values in the MEMORY statement in the miame.ini) is now used mainly for mapped variable storage, call stack, and command files. The actual RUN files are loaded separately. SYSTAT/M shows the minimum available memory in the partition since the beginning of the session, allowing you to perhaps gauge how much larger-than-necessary your partition allocation is.

1518.0.2

MX_GETTIME Parameter UTCOFFSET can be used to retrieve the offset between UTC and local time.

1518.0.1

New TRACE option EXEC traces RUN, CHAIN, command line and XCALL AMOS statements.