repo.or.cz
/
nasm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
BR 2690688: Fix opcodes for FMA instructions
[nasm.git]
/
test
/
andbyte.asm
blob
3d3b1c1aedeec8dcc2c90606da76cec54580362c
1
;Testname=test; Arguments=-fbin -oandbyte.bin; Files=stdout stderr andbyte.bin
2
;Testname=otest; Arguments=-Ox -fbin -oandbyte.bin; Files=stdout stderr andbyte.bin
3
4
bits
16
5
6
add
sp
,
byte
-
0x10
7
add
sp
, -
0x10
8
adc
sp
,
byte
-
0x10
9
adc
sp
, -
0x10
10
and
sp
,
byte
-
0x10
11
and
sp
, -
0x10
12
sbb
sp
,
byte
-
0x10
13
sbb
sp
, -
0x10
14
sub
sp
,
byte
-
0x10
15
sub
sp
, -
0x10