Class: SeccompTools::Asm::Scalar::A
- Includes:
- Singleton
- Defined in:
- lib/seccomp-tools/asm/scalar.rb
Overview
Register A, the accumulator. A singleton, use A.instance.
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#a? ⇒ Boolean
Always
true.
Methods inherited from Base
#const?, #data?, #len?, #mem?, #x?
Instance Method Details
#a? ⇒ Boolean
Returns Always true.
65 66 67 |
# File 'lib/seccomp-tools/asm/scalar.rb', line 65 def a? true end |