mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-22 05:45:51 +03:00
aarch32-syntax: Remove references to x86
This commit is contained in:
parent
41a6665684
commit
03fc41f42e
@ -12,8 +12,8 @@ This `ParserHooks` supports the following types and operations:
|
||||
|
||||
**Operations**:
|
||||
|
||||
- `get-reg :: AArch32Reg -> AArch32Regs -> t`: extract an x86 register
|
||||
- `set-reg :: AArch32Reg -> t -> AArch32Regs -> AArch32Regs`: set an x86 register
|
||||
- `get-reg :: AArch32Reg -> AArch32Regs -> t`: extract an AArch32 register
|
||||
- `set-reg :: AArch32Reg -> t -> AArch32Regs -> AArch32Regs`: set an AArch32 register
|
||||
- Registers:
|
||||
- `r0 :: AArch32Reg`
|
||||
- `r1 :: AArch32Reg`
|
||||
|
Loading…
Reference in New Issue
Block a user