Home | History | Annotate | Download | only in tests

Lines Matching refs:ax

0 ; AX forms
2 add ax,5
3 add ax,strict byte 5
4 add ax,strict word 5
5 add ax,-128
6 add ax,strict byte -128
7 add ax,strict word -128
8 add ax,0x7f
9 add ax,strict byte 0x7f
10 add ax,strict word 0x7f
11 add ax,0x80
12 add ax,strict byte 0x80
13 add ax,strict word 0x80
14 add ax,0x100
15 add ax,strict byte 0x100
16 add ax,strict word 0x100
18 ; non-AX forms