Class: Ragweed::Rasm::Shl

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

Overview

Left logic shift

Instance Attribute Summary

Attributes inherited from Instruction

#dst, #src

Instance Method Summary collapse

Methods inherited from Shift

#magic, #to_s

Methods inherited from Instruction

#add, #coerce, #dst_imm?, #dst_lab?, #dst_reg?, i, #locate, #modrm, #patch, #sib, #src_imm?, #src_lab?, #src_reg?, #to_s

Constructor Details

#initialize(*args) ⇒ Shl

Returns a new instance of Shl.



891
# File 'lib/ragweed/rasm/isa.rb', line 891

def initialize(*args); super *args; magic 0xd1, 0xd3, 0xc1, Esp; end