From fc6a4181437e4021594c587fa546d5f2f643687d Mon Sep 17 00:00:00 2001 From: TheLX5 Date: Thu, 10 Sep 2020 08:35:34 -0700 Subject: [PATCH] Update Changelog.md --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index fc472d5..97cc9c5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,7 +5,7 @@ Changes: * Defines and macro arguments are properly highlighted inside strings * Mnemonics no longer highlight text if said text is a label reference * Added a bunch of new scopes for 65c816 mnemonics. Check `highlight_test.asm` -* `INC` and `DEC` no longer treat their argument as label references if it's a single A, X or Y letter +* `INC`, `DEC`, `ASL`, `LSR`, `ROL` and `ROR` no longer treat their argument as label references if it's a single A, X or Y letter * Made possible to differentiate between values and addresses in most cases * Implemented the `rep` command