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:
Iouri Kharon 2026-03-04 00:45:36 +03:00 committed by H. Peter Anvin (Intel)
parent 1e494b46c1
commit 8ccb56cb10

View file

@ -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