Class: Ragweed::Rasm::Popf

Inherits:
Instruction show all
Defined in:
lib/ragweed/rasm/isa.rb

Overview


Instance Attribute Summary

Attributes inherited from Instruction

#dst, #src

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_sObject

def initialize; end

Raises:



1069
1070
1071
1072
1073
# File 'lib/ragweed/rasm/isa.rb', line 1069

def to_s
    raise(TooMan, "too many arguments") if @src or @dst
    add(0x9d)
    super
end