The latest version includes support for ARM64 code.
Currently passes all conformance tests except multi core compilation because the ARM virtual memory does not allow threads in Pascal to access variables in an enclosing scope, since these will be on a different stack. That causes no problems on Intel, but can cause segment faulsts on ARM. Multi core compilation is thus switched off if you select the ARM code generator.