We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020eb7b commit 0e1f881Copy full SHA for 0e1f881
src/aml/mod.rs
@@ -1,15 +1,19 @@
1
/*
2
* TODO:
3
* - Field reads supporting custom handlers
4
+ * - Locked fields
5
+ * - Bank and index fields
6
* - Run `_REG` on supported op region handlers
7
* - Count operations performed and time
- * - Do stores properly :(
8
+ * - Correct DefStore / DefCopyObject behaviour
9
* - Load and LoadTable
- * - Entire Event subsystem and opcodes for them
10
+ * - DefDataRegion
11
+ * - Notify
12
+ * - DefMatch
13
*
14
* - Method recursion depth?
15
* - Loop timeouts
- * - Fuzz the shit out of it I guess?
16
+ * - Fuzzing and guarantee panic-free interpretation
17
*/
18
19
pub mod namespace;
0 commit comments