Architecture-specific speedups
Detail: Various new architecture features used to read signed and unsigned halfwords and 3-byte values from arbitrary alignments - used for parsing UTF-16 strings and embedded control sequences. * when targetting only ARMv4 or later, uses LDRSB, LDRH, LDRSH * when targetting only ARMv6 or later, uses unaligned LDR (unless the NoUaligned switch is set in Hdr:Machine.Machine) * when targetting only ARMv6T2 or later, uses SBFX (not currently supported by objasm, so uses DCI instead) Added ENTRY directive to permit building of GPA debug listing. Admin: Builds, but not tested. Version 3.63. Tagged as 'Manager-3_63'
Showing
Please register or sign in to comment