Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14
# 64-bit only invalid MOVSXD with AMD64 ISA .text _start: movslq %ax, %cx movslq %eax, %ecx movslq (%rax), %ecx movsxd %ax, %cx .intel_syntax noprefix movslq cx, eax movslq ecx, eax movslq ecx, [rax] movsxd cx, ax movsxd cx, WORD PTR [rax]