Created attachment 62131 [details] Fixes the problem. Version: unspecified (using KDE 4.6.2) OS: Linux The regular expression to detect suffixed hexadecimal numbers was wrong and including registers ah, bh, ch, dh. Reproducible: Always Steps to Reproduce: Set highlighting to Assembler -> Intel x86 (NASM); Enter ah, bh, ch, or dh. Actual Results: The register name is highlighted as a number, not a register. Expected Results: It should be highlighted as a register.
Git commit a191de4ed747f1f766098fc37c7a21ab333835a9 by Erlend Hamberg. Committed on 25/07/2011 at 15:28. Pushed by ehamberg into branch 'master'. correctly highlight register names The regular expression to detect suffixed hexadecimal numbers was wrong and including registers ah, bh, ch, dh. Thanks to Lyle Putnam for the patch. BUG: 278375 M +6 -1 part/syntax/data/nasm.xml http://commits.kde.org/kate/a191de4ed747f1f766098fc37c7a21ab333835a9