You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,16 @@ pip install pyyaml
17
17
18
18
## Usage
19
19
20
-
Copy `opcodes.example.yaml` file to your application's folder, define all opcodes you need in this file. Then run the script with specified input and output files like this:
20
+
Copy `opcodes.example.yaml` file to your application's folder, define all opcodes you need in this file.
21
+
Then run the script with specified input and output files like this:
The first argument is a path to file with opcodes. The second argument is a C++ header file name which will be generated by the script. The result constant list may look like this:
27
+
The first argument is a path to file with opcodes. The second argument is a path to template file (look at
28
+
the `templates` directory). The third argument is a C++ header file name which will be generated by the script.
0 commit comments