mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
insns.dat: add missing reg_al,imm8 (04+ opcode) to the arithmetic macro
The "reg_al,imm8" (04+ opcodes) were missing from the $arith macro.
Check via: 04 11 => must be add al, 11
Fixes: f0dc7c220d
Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
1e494b46c1
commit
8ccb56cb10
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ $macros{'arith'} = {
|
|||
'txt' => <<'EOL'
|
||||
$$bwdq $op rm#,reg# [mr: $hle o# $00# /r ] 8086,FL,SM,$lock
|
||||
$$bwdq $op reg#,rm# [rm: o# $02# /r ] 8086,FL,SM
|
||||
$op reg_al,imm8 [-i: o8 $04 ib ] 8086,FL,SM
|
||||
$op rm8,imm8 [mi: $hle 80 /$n ib ] 8086,FL,SM,$lock
|
||||
$op rm16,sbyteword16 [mi: $hle o16 83 /$n ib,s ] 8086,FL,SM,$lock
|
||||
$op reg_ax,imm16 [-i: o16 $05 iw ] 8086,FL,SM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue