Class: Ragweed::Rasm::Shl
- Inherits:
-
Shift
- Object
- Instruction
- Shift
- Ragweed::Rasm::Shl
- Defined in:
- lib/ragweed/rasm/isa.rb
Overview
Left logic shift
Instance Attribute Summary
Attributes inherited from Instruction
Instance Method Summary collapse
-
#initialize(*args) ⇒ Shl
constructor
A new instance of Shl.
Methods inherited from Shift
Methods inherited from Instruction
#add, #coerce, #decode, #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.
857 |
# File 'lib/ragweed/rasm/isa.rb', line 857 def initialize(*args); super *args; magic 0xd1, 0xd3, 0xc1, Esp; end |