Class: Ragweed::Rasm::Call
- Inherits:
-
Instruction
- Object
- Instruction
- Ragweed::Rasm::Call
- Defined in:
- lib/ragweed/rasm/isa.rb
Overview
Call a register/memory location
Instance Attribute Summary
Attributes inherited from Instruction
Instance Method Summary collapse
-
#initialize(dst = nil) ⇒ Call
constructor
e8 rel ff/2 r/m no far yet.
- #to_s ⇒ Object
Methods inherited from Instruction
#add, #coerce, #dst_imm?, #dst_lab?, #dst_reg?, i, #locate, #modrm, #patch, #sib, #src_imm?, #src_lab?, #src_reg?
Constructor Details
#initialize(dst = nil) ⇒ Call
e8 rel ff/2 r/m no far yet
505 |
# File 'lib/ragweed/rasm/isa.rb', line 505 def initialize( dst=nil); super dst; end |