Andy McFadden
Andy McFadden
(1) Invalid filenames aren't being caught by "mkdir" (and possibly others): ``` $ cp2 mkdir foo.2mg "x::y" Unhandled exception. System.ArgumentException: invalid pathname: 'x::y' at CommonUtil.PathName.SplitPartialPath(String pathName, Char[] dirSepChars) in C:\Src\CiderPress2\CommonUtil\PathName.cs:line...
The current `set-attr` implementation is somewhat primitive: > `access` may be a two-digit hexadecimal value with the ProDOS access flags, the word "locked", or the word "unlocked". While this is...
Pascal ProFile Manager (PPM) partitions are discovered automatically. However, if the depth is set to "shallow", there's currently no way to cause them to be scanned manually. The partition "file",...
The PEA instruction operand can be treated as an immediate value or a 16-bit absolute address. In practice, both are used. As of v1.9.2 the default behavior is to treat...
Incorrect code was generated for a project that used a non-ZP label to do a ZP access (inadvertently, but it's still valid). The adjustment worked correctly for all other assemblers,...