summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/movx16.asm
blob: 51645b87042e1c53142c23d8cb5ae75aa9067a4c (plain)
1
2
3
4
5
6
7
8
9
BITS 16
section .text
foo:
movsx ebp, ax
movzx ebp, word [edi]
movsx ebp, al
movzx ebp, byte [edi]
movsx bp, ah
movzx bp, [edi]