Class: Ragweed::Rasm::Nop
- Inherits:
-
Instruction
- Object
- Instruction
- Ragweed::Rasm::Nop
- Defined in:
- lib/ragweed/rasm/isa.rb
Overview
NOP
Instance Attribute Summary
Attributes inherited from Instruction
Instance Method Summary collapse
-
#initialize ⇒ Nop
constructor
90.
- #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
Instance Method Details
#to_s ⇒ Object
903 904 905 906 |
# File 'lib/ragweed/rasm/isa.rb', line 903 def to_s add(0x90) super end |