Class: Ragweed::Rasm::Jne
- Inherits:
-
Jcc
- Object
- Instruction
- Jcc
- Ragweed::Rasm::Jne
- Defined in:
- lib/ragweed/rasm/isa.rb
Overview
Not equal
Instance Attribute Summary
Attributes inherited from Instruction
Instance Method Summary collapse
Methods inherited from Jcc
Methods inherited from Instruction
#add, #coerce, #dst_imm?, #dst_lab?, #dst_reg?, i, #initialize, #locate, #modrm, #patch, #sib, #src_imm?, #src_lab?, #src_reg?, #to_s
Constructor Details
This class inherits a constructor from Ragweed::Rasm::Jcc
Instance Method Details
#m ⇒ Object
1020 |
# File 'lib/ragweed/rasm/isa.rb', line 1020 def m; [0x75, 0x85]; end |