AML: Alias opcode support required
rw-vanc opened this issue · 2 comments
rw-vanc commented
On HP-dq3xxx, Alias opcode 0x06 is used, causing the parser to report an error.
rw-vanc commented
I have an implementation that accepts Alias, but I have not written the as_integer etc. functionality. Let me know if you want this.
IsaacWoods commented
Yep, we don't support aliases yet! Feel free to open a PR with your current impl - I always imagined they should be handled in the namespace layer (perhaps with a separate map, but not sure), so not sure this should need functionality in e.g. as_integer, but happy to review!