Method: Rips::Formats::BFormat#initialize
- Defined in:
- lib/rips/formats/bformat.rb
#initialize(opcode) ⇒ BFormat
@args: all instruction’s arguments
11 12 13 14 |
# File 'lib/rips/formats/bformat.rb', line 11 def initialize (opcode) super(opcode,1) @args = {} end |