summaryrefslogtreecommitdiff
path: root/insns.def
diff options
context:
space:
mode:
Diffstat (limited to 'insns.def')
-rw-r--r--insns.def7
1 files changed, 6 insertions, 1 deletions
diff --git a/insns.def b/insns.def
index cad686fee6..cd57fbd6b8 100644
--- a/insns.def
+++ b/insns.def
@@ -38,7 +38,12 @@
- Attribute pragmas are optional, and can include arbitrary C
expressions. You can write anything there but as of writing,
- attribute named sp_inc is supported.
+ supported attributes are:
+
+ * sp_inc: Used to dynamically calculate sp increase in
+ `insn_stack_increase`.
+
+ * handles_frame: If it is true, VM moves pc before insn body.
- Attributes can access operands, but not stack (push/pop) variables.