GP-2578 Display volatile reads/writes as simple assignments

This commit is contained in:
caheckman 2022-09-20 13:17:02 -04:00
parent 7e24c986ad
commit 072d8fa08f
22 changed files with 221 additions and 65 deletions

View file

@ -72,6 +72,10 @@
<element name="volatile">
<attribute name="inputop"/>
<attribute name="outputop"/>
<optional>
<attribute name="format"/>
<!-- format="functional" forces functional operator synxtax-->
</optional>
<oneOrMore>
<ref name="memory_tags_type"/>
</oneOrMore>