Class: C8dasm::Comment9
- Inherits:
-
CommentBase
- Object
- CommentBase
- C8dasm::Comment9
- Defined in:
- lib/c8dasm/comments/comment9.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_s ⇒ Object
5 6 7 |
# File 'lib/c8dasm/comments/comment9.rb', line 5 def to_s "Skip next instruction if V#{x} != V#{y}." end |