Class: Ragweed::Rasm::Jge
- Inherits:
-
Jcc
- Object
- Instruction
- Jcc
- Ragweed::Rasm::Jge
- Defined in:
- lib/ragweed/rasm/isa.rb
Overview
Greater/eq (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
1004 |
# File 'lib/ragweed/rasm/isa.rb', line 1004 def m; [0x7d, 0x8d]; end |