Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfsck committed Oct 18, 2020
1 parent 6e9f598 commit 2a42338
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions src/csharp/Intel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ static class HowTo_InstructionInfo {
Used reg: RSI:Read
Used mem: [SS:RSP+0x18;UInt64;Write]
00007FFAC46ACDAE push rbp
OpCode: 50+ro
OpCode: o64 50+ro
Instruction: PUSH r64
Encoding: Legacy
Mnemonic: Push
Expand All @@ -644,7 +644,7 @@ static class HowTo_InstructionInfo {
Used reg: RSP:ReadWrite
Used mem: [SS:RSP+0xFFFFFFFFFFFFFFF8;UInt64;Write]
00007FFAC46ACDAF push rdi
OpCode: 50+ro
OpCode: o64 50+ro
Instruction: PUSH r64
Encoding: Legacy
Mnemonic: Push
Expand All @@ -658,7 +658,7 @@ static class HowTo_InstructionInfo {
Used reg: RSP:ReadWrite
Used mem: [SS:RSP+0xFFFFFFFFFFFFFFF8;UInt64;Write]
00007FFAC46ACDB0 push r14
OpCode: 50+ro
OpCode: o64 50+ro
Instruction: PUSH r64
Encoding: Legacy
Mnemonic: Push
Expand Down
6 changes: 3 additions & 3 deletions src/rust/iced-x86-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ This code produces the following output:
Used reg: RSI:Read
Used mem: [SS:RSP+0x18;UInt64;Write]
00007FFAC46ACDAE push rbp
OpCode: 50+ro
OpCode: o64 50+ro
Instruction: PUSH r64
Encoding: Legacy
Mnemonic: Push
Expand All @@ -577,7 +577,7 @@ This code produces the following output:
Used reg: RSP:ReadWrite
Used mem: [SS:RSP+0xFFFFFFFFFFFFFFF8;UInt64;Write]
00007FFAC46ACDAF push rdi
OpCode: 50+ro
OpCode: o64 50+ro
Instruction: PUSH r64
Encoding: Legacy
Mnemonic: Push
Expand All @@ -591,7 +591,7 @@ This code produces the following output:
Used reg: RSP:ReadWrite
Used mem: [SS:RSP+0xFFFFFFFFFFFFFFF8;UInt64;Write]
00007FFAC46ACDB0 push r14
OpCode: 50+ro
OpCode: o64 50+ro
Instruction: PUSH r64
Encoding: Legacy
Mnemonic: Push
Expand Down
6 changes: 3 additions & 3 deletions src/rust/iced-x86/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ This method produces the following output:
Used reg: RSI:Read
Used mem: [SS:RSP+0x18;UInt64;Write]
00007FFAC46ACDAE push rbp
OpCode: 50+ro
OpCode: o64 50+ro
Instruction: PUSH r64
Encoding: Legacy
Mnemonic: Push
Expand All @@ -697,7 +697,7 @@ This method produces the following output:
Used reg: RSP:ReadWrite
Used mem: [SS:RSP+0xFFFFFFFFFFFFFFF8;UInt64;Write]
00007FFAC46ACDAF push rdi
OpCode: 50+ro
OpCode: o64 50+ro
Instruction: PUSH r64
Encoding: Legacy
Mnemonic: Push
Expand All @@ -711,7 +711,7 @@ This method produces the following output:
Used reg: RSP:ReadWrite
Used mem: [SS:RSP+0xFFFFFFFFFFFFFFF8;UInt64;Write]
00007FFAC46ACDB0 push r14
OpCode: 50+ro
OpCode: o64 50+ro
Instruction: PUSH r64
Encoding: Legacy
Mnemonic: Push
Expand Down
6 changes: 3 additions & 3 deletions src/rust/iced-x86/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//! Used reg: RSI:Read
//! Used mem: [SS:RSP+0x18;UInt64;Write]
//! 00007FFAC46ACDAE push rbp
//! OpCode: 50+ro
//! OpCode: o64 50+ro
//! Instruction: PUSH r64
//! Encoding: Legacy
//! Mnemonic: Push
Expand All @@ -720,7 +720,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//! Used reg: RSP:ReadWrite
//! Used mem: [SS:RSP+0xFFFFFFFFFFFFFFF8;UInt64;Write]
//! 00007FFAC46ACDAF push rdi
//! OpCode: 50+ro
//! OpCode: o64 50+ro
//! Instruction: PUSH r64
//! Encoding: Legacy
//! Mnemonic: Push
Expand All @@ -734,7 +734,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//! Used reg: RSP:ReadWrite
//! Used mem: [SS:RSP+0xFFFFFFFFFFFFFFF8;UInt64;Write]
//! 00007FFAC46ACDB0 push r14
//! OpCode: 50+ro
//! OpCode: o64 50+ro
//! Instruction: PUSH r64
//! Encoding: Legacy
//! Mnemonic: Push
Expand Down

0 comments on commit 2a42338

Please sign in to comment.