summaryrefslogtreecommitdiff
path: root/modules/arch/x86/tests/shift.asm
blob: eb689a379c89802d2303148101f14d3e0b02cb01 (plain)
1
2
3
4
5
6
blah equ 1

shl al, 1
shl al, 2-1
shl al, blah
shl al, 2-blah