Class: Ragweed::Rasm::Iret
- Inherits:
-
Instruction
- Object
- Instruction
- Ragweed::Rasm::Iret
- Defined in:
- lib/ragweed/rasm/isa.rb
Overview
Instance Attribute Summary
Attributes inherited from Instruction
Instance Method Summary collapse
Methods inherited from Instruction
#add, #coerce, #dst_imm?, #dst_lab?, #dst_reg?, i, #initialize, #locate, #modrm, #patch, #sib, #src_imm?, #src_lab?, #src_reg?
Constructor Details
This class inherits a constructor from Ragweed::Rasm::Instruction
Instance Method Details
#to_s ⇒ Object
1079 1080 1081 1082 |
# File 'lib/ragweed/rasm/isa.rb', line 1079 def to_s add(0xcf) super end |