We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DefIncrement
DefDecrement
1 parent 2895a97 commit abfd649Copy full SHA for abfd649
tests/inc.asl
@@ -0,0 +1,9 @@
1
+DefinitionBlock("inc.aml", "DSDT", 1, "RSACPI", "INCDEC", 1) {
2
+ Name(X, 0)
3
+ X++
4
5
6
+ Name(Y, 0)
7
+ Y = X
8
+ X--
9
+}
0 commit comments