Class: C8dasm::Commentd

Inherits:
CommentBase show all
Defined in:
lib/c8dasm/comments/commentd.rb

Instance Method Summary collapse

Methods inherited from CommentBase

#initialize, #kk, #nnn, #x, #y

Constructor Details

This class inherits a constructor from C8dasm::CommentBase

Instance Method Details

#to_sObject



5
6
7
# File 'lib/c8dasm/comments/commentd.rb', line 5

def to_s
  "Draws #{@opcode[3]}-byte sprite from I at (V#{x}, V#{y})"
end