»
Quick Links
Page 1 of 1
ARM version confusion Arch ref manual,
#1
Posted 12 December 2011 - 12:15 PM
The arch ref manual provides syntax for numerous (all?) assembler instructions.
I'm writing code for arm1176jzf-s with the vfpv2 fpu.
Which of the options can/can't I use in the instruction set provided there please?
My choices are commonly
ARMv4T, ARMv5T*, ARMv6*, ARMv7, ARMv6T2, ...
I know I can't use the ARMv7 set, are there others to avoid too?
TIA DaveP
I'm writing code for arm1176jzf-s with the vfpv2 fpu.
Which of the options can/can't I use in the instruction set provided there please?
My choices are commonly
ARMv4T, ARMv5T*, ARMv6*, ARMv7, ARMv6T2, ...
I know I can't use the ARMv7 set, are there others to avoid too?
TIA DaveP
#2
Posted 12 December 2011 - 01:24 PM
The 1176 implements ARMv6Z, which is basically ARMv6 + Security Extension (aka TrustZone).
So I'd suggest ARMv6*
So I'd suggest ARMv6*
Share this topic:
Page 1 of 1
















