Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing AML #18

Open
48 of 90 tasks
IsaacWoods opened this issue May 29, 2018 · 0 comments
Open
48 of 90 tasks

Parsing AML #18

IsaacWoods opened this issue May 29, 2018 · 0 comments
Labels
aml Issues involving the AML parser tracking issue

Comments

@IsaacWoods
Copy link
Member

IsaacWoods commented May 29, 2018

Edit: this list is in the process of being replaced with dedicated issues for each feature.

Note: this list is probably still incomplete

Namespace modifiers

Named objects

Type 1 opcodes

  • DefBreak
  • DefBreakPoint
  • DefContinue
  • DefFatal
  • DefIfElse
  • DefLoad
  • DefLoadTable
  • DefNoop
  • DefNotify
  • DefRelease
  • DefReset
  • DefReturn
  • DefSignal
  • DefSleep
  • DefStall
  • DefUnload
  • DefWhile

Type 2 opcodes

  • DefAquire
  • DefAdd
  • DefAnd
  • DefBuffer
  • DefConcat
  • DefConcatRes
  • DefCondRefOp
  • DefCopyOpject
  • DefDecrement
  • DefDerefOf
  • DefDivide
  • DefFindSetLeftBit
  • DefFindSetRightBit
  • DefFromBDC
  • DefIncrement
  • DefIndex
  • DefLAnd
  • DefLEqual
  • DefLGreater
  • DefLGreaterEqual
  • DefLLess
  • DefLLessEqual
  • DefMid
  • DefLNot
  • DefLNotEqual
  • DefLoadTable
  • DefLOr
  • DefMatch
  • DefMod
  • DefMultiply
  • DefNAnd
  • DefNor
  • DefNot
  • DefObjectType
  • DefOr
  • DefPackage
  • DefVarPackage
  • DefShiftLeft
  • DefShiftRight
  • DefSizeOf
  • DefStore (yes to Names, Locals, and Argss. Not yet to Debug.)
  • DefSubtract
  • DefTimer
  • DefToBCD
  • DefToBuffer
  • DefToDecimalString
  • DefToHexString
  • DefToInteger
  • DefToString
  • DefWait
  • DefXor
  • MethodInvocation

Type 6 opcodes

  • DefRefOf
  • DefDerefOf
  • DefIndex
  • UserTermObj
@IsaacWoods IsaacWoods added this to the 0.2.0 milestone May 29, 2018
@IsaacWoods IsaacWoods pinned this issue Dec 20, 2018
@IsaacWoods IsaacWoods unpinned this issue Jul 22, 2019
@IsaacWoods IsaacWoods removed this from the 0.2.0 milestone Aug 5, 2019
@IsaacWoods IsaacWoods added the aml Issues involving the AML parser label Aug 7, 2019
@IsaacWoods IsaacWoods pinned this issue Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
aml Issues involving the AML parser tracking issue
Projects
None yet
Development

No branches or pull requests

1 participant