Skip to content

Commit 0e1f881

Browse files
committed
More complete TODO list for AML interpreter
1 parent 020eb7b commit 0e1f881

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/aml/mod.rs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
/*
22
* TODO:
33
* - Field reads supporting custom handlers
4+
* - Locked fields
5+
* - Bank and index fields
46
* - Run `_REG` on supported op region handlers
57
* - Count operations performed and time
6-
* - Do stores properly :(
8+
* - Correct DefStore / DefCopyObject behaviour
79
* - Load and LoadTable
8-
* - Entire Event subsystem and opcodes for them
10+
* - DefDataRegion
11+
* - Notify
12+
* - DefMatch
913
*
1014
* - Method recursion depth?
1115
* - Loop timeouts
12-
* - Fuzz the shit out of it I guess?
16+
* - Fuzzing and guarantee panic-free interpretation
1317
*/
1418

1519
pub mod namespace;

0 commit comments

Comments
 (0)