Class: Ragweed::Rasm::Jl
- Inherits:
-
Jcc
- Object
- Instruction
- Jcc
- Ragweed::Rasm::Jl
- Defined in:
- lib/ragweed/rasm/isa.rb
Overview
Less (SIGNED)
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
1006 |
# File 'lib/ragweed/rasm/isa.rb', line 1006 def m; [0x7c, 0x8c]; end |