Class: Ragweed::Rasm::Pop
- Inherits:
-
Instruction
- Object
- Instruction
- Ragweed::Rasm::Pop
- Defined in:
- lib/ragweed/rasm/isa.rb
Overview
Pop into a register
Instance Attribute Summary
Attributes inherited from Instruction
Instance Method Summary collapse
-
#initialize(dst = nil) ⇒ Pop
constructor
8f m32 58+ # reg.
- #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) ⇒ Pop
8f m32 58+ # reg
423 |
# File 'lib/ragweed/rasm/isa.rb', line 423 def initialize(dst=nil); super dst; end |