Class: Ragweed::Rasm::IncDec
- Inherits:
-
Instruction
- Object
- Instruction
- Ragweed::Rasm::IncDec
- Defined in:
- lib/ragweed/rasm/isa.rb
Overview
Wrapper for INC and DEC, not called directly.
Instance Attribute Summary
Attributes inherited from Instruction
Instance Method Summary collapse
-
#initialize(dst = nil) ⇒ IncDec
constructor
fe/0 r/m8 ff/0 r/m 40+ (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) ⇒ IncDec
fe/0 r/m8 ff/0 r/m 40+ (reg)
766 |
# File 'lib/ragweed/rasm/isa.rb', line 766 def initialize( dst=nil); super dst; end |