Skip to content

Commit 55d3799

Browse files
committed
fix
1 parent 2d90f2d commit 55d3799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Added .mov directive to specify local var with a more powerfull expression evaluation
66
* Added "include" statement to include an external script
77
* Added single line comment via "//"
8-
* Removed set_loca_var function. Now the arguments to main can be specified via Run method.
8+
* Now the arguments to main can be specified via Run method.
99
* read instruction now accepts an additional argument that specify the type to read (1 = byte, 2 = word, 3 = dword)
1010
* write instruction now accepts an additional argument that specify the type to write (1 = byte, 2 = word, 3 = dword)
1111
* nread instruction now accepts an additional argument that specify the type to read (1 = byte, 2 = word, 3 = dword)

0 commit comments

Comments
 (0)