changelog

This commit is contained in:
Willi Ballenthin
2022-03-30 13:20:51 -06:00
parent 997daf537e
commit 76831e9b9d

View File

@@ -5,7 +5,8 @@
### New Features
- add new scope "instruction" for matching mnemonics and operands #767 @williballenthin
- add new feature "operand[...]" for matching instruction operands #767 @williballenthin
- add new feature "operand[{0, 1, 2}].immediate" for matching instruction operand immediate values #767 @williballenthin
- add new feature "operand[{0, 1, 2}].offset" for matching instruction operand offsets #767 @williballenthin
### Breaking Changes