Open fabianishere opened 7 years ago
@fabianishere Have you a instruction list for x86-64 instructions or amd64 ? I use AMD
Hi,
I mostly use this reference when looking up instructions and this online assembler to see what a sequence of assembly instructions compile to (You could also do this offline using GAS or any other x86 asssembler)
Goal
Provide an optional Just-in-time compilation that dynamically translates the instructions into x86-64 instructions.