Skip to content

Commit

Permalink
aarch32-syntax: Remove references to x86
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name authored and langston-barrett committed Nov 21, 2024
1 parent 41a6665 commit 03fc41f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macaw-aarch32-syntax/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 03fc41f

Please sign in to comment.