Class: AArch64::Instructions::B_cond
- Inherits:
-
Object
- Object
- AArch64::Instructions::B_cond
- Defined in:
- lib/aarch64/instructions/b_cond.rb
Overview
B.cond – A64 Branch conditionally B.<cond> <label>
Instance Method Summary collapse
- #encode ⇒ Object
-
#initialize(cond, label) ⇒ B_cond
constructor
A new instance of B_cond.
Constructor Details
#initialize(cond, label) ⇒ B_cond
7 8 9 10 |
# File 'lib/aarch64/instructions/b_cond.rb', line 7 def initialize cond, label @cond = cond @label = label end |