We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d90f2d commit 55d3799Copy full SHA for 55d3799
1 file changed
RELEASE_NOTES.md
@@ -5,7 +5,7 @@
5
* Added .mov directive to specify local var with a more powerfull expression evaluation
6
* Added "include" statement to include an external script
7
* Added single line comment via "//"
8
-* Removed set_loca_var function. Now the arguments to main can be specified via Run method.
+* Now the arguments to main can be specified via Run method.
9
* read instruction now accepts an additional argument that specify the type to read (1 = byte, 2 = word, 3 = dword)
10
* write instruction now accepts an additional argument that specify the type to write (1 = byte, 2 = word, 3 = dword)
11
* nread instruction now accepts an additional argument that specify the type to read (1 = byte, 2 = word, 3 = dword)
0 commit comments