Skip to content

Fix #206 CMP AL, 4 by modifying x86/preinsns.pl to include reg_al in arithmetic instruction …#208

Open
RMarx1456 wants to merge 1 commit intonetwide-assembler:masterfrom
RMarx1456:CMP_AL-FIX
Open

Fix #206 CMP AL, 4 by modifying x86/preinsns.pl to include reg_al in arithmetic instruction …#208
RMarx1456 wants to merge 1 commit intonetwide-assembler:masterfrom
RMarx1456:CMP_AL-FIX

Conversation

@RMarx1456
Copy link
Contributor

Issue #206 originally referenced the instruction cmp al, 4 not assembling to the two-byte binary instruction, as shown in the comparison in the issue. The instructions add, or, adc, sbb, and, sub, xor were also affected by the error.

In commit f0dc7c2 the change to x86/preinsns.pl didn't include the pattern for reg_al immediate encoding, which resulted in every immediate encoded instruction using al in the arithmetic pattern not being placed in the compiled insns files off insns.dat.

The debugging information added to itemplate structure in fbacd59 assisted me directly in finding the root cause of this issue, as I was able to quickly find the discrepancy between insns.xda made from the current GitHub version compared to a previous version (I used v3.01). Thank you for adding that information.

Due to the issue being in preinsns.pl, the issue was also present when disassembling the bytes 3C04 from issue #206 using the current github version, which is also fixed now. When disassembled, the output gave two define byte pseudo-ops (db 3C, db 04).

Thank you for reading this pull request, and let me know if you need any changes made or such.

@RMarx1456 RMarx1456 changed the title Modified x86/preinsns.pl to include reg_al in arithmetic instruction … Fix #206 CMP AL, 4 by modifying x86/preinsns.pl to include reg_al in arithmetic instruction … Mar 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant