asmdb icon indicating copy to clipboard operation
asmdb copied to clipboard

Instructions database and utilities for X86/X64 and ARM (THUMB/A32/A64) architectures.

Results 16 asmdb issues
Sort by recently updated
recently updated
newest added
trafficstars

`["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](https://developer.arm.com/documentation/dui0204/f/arm-and-thumb-instructions/general-data-processing-instructions/tst-and-teq), "These 32-bit Thumb-2 instructions are available in T2 variants of ARMv6 and above."...

Handy `types.d.ts` definition file.

I would suggest just having `xlat [es:zbx + al]` signature and remove `xlatb` completely (it's alias anyway).

hello, as this project effect's asmjit, i've created the issue here, not in asmjit, (because asmjit get's it's instruction sets from here) some of the instructions like hlt, iret, and...

popa, popad pop 8 generals pusha, pushad push 8 generals Maybe need a new registers flag string? seems "all" not an option, because call instruction and others maybe redefine the...