asmjit / asmdb

Instructions database and utilities for X86/X64 and ARM (THUMB/A32/A64) architectures.
The Unlicense
328 stars 46 forks source link

armdata.js marks one of the T32 forms of TST as available in ARMv4T+ #12

Open tom42 opened 3 years ago

tom42 commented 3 years ago

["tst" , "Rn!=XX, #ImmC" , "T32", "1111|0|ImmC:1|0|0000|1|Rn|0|ImmC:3|1111|ImmC:8" , "ARMv4T+ IT=ANY APSR.NZC=W"]

Shouldn't that be ARMv6T2+?

See here, "These 32-bit Thumb-2 instructions are available in T2 variants of ARMv6 and above."

Cheers Thomas

kobalicek commented 3 years ago

Thanks! I will fix that.