summaryrefslogtreecommitdiff
path: root/test-suite/standalone/sassy/tests/decinc16.asm
blob: 02ccbb76fc12043b552062e975fb7cbb2108a6bb (plain)
1
2
3
4
5
6
7
8
9
BITS 16
section .text
foo:
dec dword [eax]
inc word [eax]
dec byte [eax]
inc ch
dec esp
inc dx